nvim: Enable TreeSitter for go instead of rust
This commit is contained in:
parent
3d14a58707
commit
0cbc4ab090
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ return {
|
||||||
"lua",
|
"lua",
|
||||||
"vim",
|
"vim",
|
||||||
"gitignore",
|
"gitignore",
|
||||||
"rust",
|
"go",
|
||||||
},
|
},
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue