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:
parent
bd354af9e1
commit
289e9d1c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue