lualinechange

This commit is contained in:
Johan
2025-11-15 21:31:11 +00:00
parent ae5d8c4e3d
commit 5ad49d8664
4 changed files with 61 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", "json", "json5"},
ensure_installed ={"lua", "c", "python", "cpp", "glsl", "typescript", "javascript", "html", "json", "json5"},
highlight ={enable=true},
indent ={ disable=true },
})