diff options
Diffstat (limited to 'lua/treesitter-setup.lua')
-rw-r--r-- | lua/treesitter-setup.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ -8,8 +8,6 @@ vim.defer_fn(function() -- 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`) sync_install = false, -- List of parsers to ignore installing |