Added zig and go to treesitter

This commit is contained in:
2024-11-04 09:05:50 +01:00
parent 7397db3606
commit 4db19a82b8
2 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ return {
require("nvim-treesitter.configs").setup({
-- List of parsers
ensure_installed = {
"vimdoc", "vim", "lua", "c", "rust", "cpp", "cmake", "latex", "python", "groovy", "bash",
"vimdoc", "vim", "lua", "c", "rust", "cpp", "cmake", "latex", "python", "groovy", "bash", "zig", "go",
},
sync_install = false,