treesitter

This commit is contained in:
2026-02-09 09:48:46 -06:00
parent fd3266912a
commit bf77f1563b

27
lua/plugins/syntax.lua Normal file
View File

@@ -0,0 +1,27 @@
return {
{
"nvim-treesitter/nvim-treesitter",
indent = { enable = true },
highlight = { enable = true },
folds = { enable = true },
ensure_installed = {
"bash",
"diff",
"html",
"json",
"jsonc",
"lua",
"luadoc",
"luap",
"markdown",
"markdown_inline",
"printf",
"regex",
"toml",
"vim",
"vimdoc",
"xml",
"yaml",
},
},
}