diff --git a/lua/treesitter-setup.lua b/lua/treesitter-setup.lua index 78c84e4..0a9e63e 100644 --- a/lua/treesitter-setup.lua +++ b/lua/treesitter-setup.lua @@ -8,7 +8,14 @@ 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 + ignore_install = {}, + -- You can specify additional Treesitter modules here: -- For example: -- playground = {--enable = true,-- }, + modules = {}, highlight = { enable = true }, indent = { enable = true }, incremental_selection = {