diff --git a/lua/plugins.lua b/lua/plugins.lua index cfdde3f..af470c1 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -7,11 +7,6 @@ return { 'nvim-treesitter/nvim-treesitter', config = function() require 'nvim-treesitter.configs'.setup { - -- Install parsers synchronously (only applied to `ensure_installed`) - sync_install = false, - - -- Automatically install missing parsers when entering buffer - -- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally auto_install = true, } end