dev #1

Merged
poslop merged 15 commits from dev into main 2026-02-19 13:14:32 -06:00
Showing only changes of commit bf77f1563b - Show all commits

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",
},
},
}