This commit is contained in:
2025-10-20 16:09:07 +02:00
parent 4fd314caaa
commit 823a3bfb95
5 changed files with 19 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ return {
--TREESITTER
local config = require("nvim-treesitter.configs")
config.setup({
ensure_installed ={"lua", "c", "python", "cpp", "typescript", "javascript", "html", "json5"},
ensure_installed ={"lua", "c", "python", "cpp", "typescript", "javascript", "html", "json", "json5"},
highlight ={enable=true},
indent ={ disable=true },
})