diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins/treesitter.lua | 8 |
1 files changed, 1 insertions, 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, - [}, - ]] } |