diff --git a/nvim/lua/user/plugins/lang/go.lua b/nvim/lua/user/plugins/lang/go.lua index d76e60c..7ee9acc 100644 --- a/nvim/lua/user/plugins/lang/go.lua +++ b/nvim/lua/user/plugins/lang/go.lua @@ -52,7 +52,7 @@ return { { "nvim-treesitter/nvim-treesitter", opts = { - install = { "go", "gomod", "gowork", "gosum" } + install = { "go", "gomod", "gowork", "gosum", "gotmpl" } } }, {