Added zig and go to treesitter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user