diff --git a/lua/treesitter-setup.lua b/lua/treesitter-setup.lua index 0a9e63e..85ac63c 100644 --- a/lua/treesitter-setup.lua +++ b/lua/treesitter-setup.lua @@ -6,8 +6,6 @@ vim.defer_fn(function() -- Add languages to be installed here that you want installed for treesitter ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' }, - -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) - auto_install = false, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false, -- Install languages synchronously (only applied to `ensure_installed`)