Add some go stuff.
This commit is contained in:
parent
fb625a268f
commit
930e407017
2 changed files with 19 additions and 1 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = { "python", "lua", "rust", "perl", "typescript", "javascript" },
|
||||
ensure_installed = { "python", "lua", "rust", "perl", "typescript", "javascript", "go" },
|
||||
auto_install = true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue