diff --git a/init.lua b/init.lua index 20f35d73..9a9d23cd 100644 --- a/init.lua +++ b/init.lua @@ -186,7 +186,8 @@ vim.keymap.set('n', 'sd', require('telescope.builtin').diagnostics, { de require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter ensure_installed = { 'lua', 'typescript', 'rust', 'go', 'python' }, - + -- Auto install parsers, if missing, for the current buffer + auto_install = true, highlight = { enable = true }, indent = { enable = true }, incremental_selection = {