From 219abb0e6866a6f33f5332cc00ff22bcef1a9a63 Mon Sep 17 00:00:00 2001 From: Rohan Ghige Date: Wed, 18 May 2022 08:29:29 +0530 Subject: [PATCH] [FIX] Tree-sitter ensure_installed comment --- lua/user/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index adffb3f..eadd605 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -4,7 +4,7 @@ if not status_ok then end configs.setup { - ensure_installed = "all", -- one of "all", "maintained" (parsers with maintainers), or a list of languages + ensure_installed = "all", -- "all" (parsers with maintainers), 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 = {