From cc66e046023d4de59d03e7cef6a2552ad26d334a Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 24 Oct 2022 00:09:52 +0530 Subject: nvim: tresitter: don't auto install parsers Signed-off-by: listout --- lua/plugins/treesitter.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 7141d3d..03c3038 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -6,7 +6,7 @@ require'nvim-treesitter.configs'.setup { sync_install = true, -- Automatically install missing parsers when entering buffer - auto_install = true, + auto_install = false, -- List of parsers to ignore installing (for "all") ignore_install = { "javascript" }, @@ -29,10 +29,4 @@ require'nvim-treesitter.configs'.setup { }, indent = true, - - --[[ - [indent = { - [ enable = true, - [}, - ]] } -- cgit v1.2.3