aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 7e68de6..dd9ef7b 100644
--- a/init.lua
+++ b/init.lua
@@ -427,7 +427,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 = {