Skip to content

Commit

Permalink
fix(pack): Add extra treesitter languages for Go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacro committed Aug 2, 2023
1 parent e365cdf commit 09d48a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
if opts.ensure_installed ~= "all" then
opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "go")
opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "go", "gomod", "gosum", "gowork")
end
end,
},
Expand Down

0 comments on commit 09d48a4

Please sign in to comment.