summaryrefslogtreecommitdiffstats
path: root/lua/user/treesitter.lua
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-05-02 09:22:18 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2022-05-02 09:22:18 +0200
commitc017a102e4f33f0c6916e4f577602f233b08b03d (patch)
tree6b989071f70223815a29f2a17533c7a54fc12b06 /lua/user/treesitter.lua
parent29f2105afa85749aa4c88e58375530abade92253 (diff)
downloadvim-c017a102e4f33f0c6916e4f577602f233b08b03d.zip
vim-c017a102e4f33f0c6916e4f577602f233b08b03d.tar.gz
comment some deprecated options
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 = {