diff --git a/init.lua b/init.lua index fa3a7c3..9574c9a 100644 --- a/init.lua +++ b/init.lua @@ -427,9 +427,9 @@ vim.defer_fn(function() -- 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, + sync_install = false, -- List of parsers to ignore installing - ignore_install = {}, + ignore_install = {}, -- You can specify additional Treesitter modules here: -- For example: -- playground = {--enable = true,-- }, modules = {}, highlight = { enable = true },