changes
This commit is contained in:
@@ -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 },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user