summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
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 {