1
0
Fork 0

nvim: Enable TreeSitter for go instead of rust

This commit is contained in:
Olli 2025-09-20 11:55:17 +02:00
commit 0cbc4ab090

View file

@ -31,7 +31,7 @@ return {
"lua",
"vim",
"gitignore",
"rust",
"go",
},
incremental_selection = {
enable = true,