From a7c688fcaf525cba90c02d05b568dea4246c6f44 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Thu, 2 Mar 2023 21:31:03 -0800 Subject: [PATCH] updates --- lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) 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