diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-04 16:38:39 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:37:23 +0100 |
| commit | d3a25a00bec8492a4c4a194f1bb18ddc50c06234 (patch) | |
| tree | 380f011113f36b425e9257bc315bc9fbfceff944 /.vim/lua/plugins.lua | |
| parent | 22c34cb82e591758f07e74e8be7103275669fe0c (diff) | |
vim: improve gotmpl detection
Diffstat (limited to '')
| -rw-r--r-- | .vim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index ad6e80b..48f108e 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -283,7 +283,7 @@ require('packer').startup({function() files = {'src/parser.c'}, }, filetype = 'gotmpl', - used_by = {'gohtmltmpl', 'gotexttmpl', 'gotmpl', 'yaml'}, + used_by = {'gotmpl.html', 'gotmpl.yaml', 'gotmpl'}, } require('nvim-treesitter.configs').setup { |