summaryrefslogtreecommitdiffstats
path: root/lua/user/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/treesitter.lua')
-rw-r--r--lua/user/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua
index 5ca5444..05d8fbf 100644
--- a/lua/user/treesitter.lua
+++ b/lua/user/treesitter.lua
@@ -5,7 +5,7 @@ if not status_ok then
end
configs.setup {
- ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
+ ensure_installed = {"ruby"}, -- one of "all" or a list of languages
sync_install = false, -- install languages synchronously (only applied to `ensure_installed`)
ignore_install = { "" }, -- List of parsers to ignore installing
autopairs = {