summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-04 16:38:39 +0100
committerRobert Günzler <r@gnzler.io>2022-11-18 18:37:23 +0100
commitd3a25a00bec8492a4c4a194f1bb18ddc50c06234 (patch)
tree380f011113f36b425e9257bc315bc9fbfceff944 /.vim/lua/plugins.lua
parent22c34cb82e591758f07e74e8be7103275669fe0c (diff)
vim: improve gotmpl detection
Diffstat (limited to '.vim/lua/plugins.lua')
-rw-r--r--.vim/lua/plugins.lua2
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 {