diff --git a/nvim/lua/settings/lazy/plugins/nvim-treesitter.lua b/nvim/lua/settings/lazy/plugins/nvim-treesitter.lua index cca2930..076d24d 100644 --- a/nvim/lua/settings/lazy/plugins/nvim-treesitter.lua +++ b/nvim/lua/settings/lazy/plugins/nvim-treesitter.lua @@ -43,6 +43,10 @@ return { ---- If you need to change the installation directory of the parsers (see -> Advanced Setup) -- parser_install_dir = "/some/path/to/store/parsers", -- Remember to run vim.opt.runtimepath:append("/some/path/to/store/parsers")! + indent = { + enable = true + }, + highlight = { enable = true,