1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/go.lua: add gotmpl treesitter parser

This commit is contained in:
Henrik Hautakoski 2026-05-18 22:14:30 +02:00
parent bd354af9e1
commit 289e9d1c4c

View file

@ -52,7 +52,7 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
opts = { opts = {
install = { "go", "gomod", "gowork", "gosum" } install = { "go", "gomod", "gowork", "gosum", "gotmpl" }
} }
}, },
{ {