combined tressitter and lsp files, added zsh treesitter

This commit is contained in:
venus
2026-03-23 22:06:29 -05:00
parent ea948d4508
commit 1451c9db00
2 changed files with 35 additions and 34 deletions

View File

@@ -1,34 +0,0 @@
return { -- basic tree sitter parser support
"nvim-treesitter/nvim-treesitter",
opts = {
indent = { enable = true },
highlight = { enable = true },
folds = { enable = true },
ensure_installed = {
"bash",
"c",
"diff",
"html",
"javascript",
"jsdoc",
"json",
"lua",
"luadoc",
"luap",
"markdown",
"markdown_inline",
"printf",
"python",
"query",
"regex",
"toml",
"tsx",
"typescript",
"vim",
"vimdoc",
"xml",
"yaml",
},
}
}