diff options
| author | Rohan Ghige <rohanghige@gmail.com> | 2022-05-14 14:12:59 +0530 |
|---|---|---|
| committer | Rohan Ghige <rohanghige@gmail.com> | 2022-05-14 14:12:59 +0530 |
| commit | a7e69fca894be6e31eb4bc8e52d4e329105cf0c2 (patch) | |
| tree | 1ac42f4560e2bf779cc836af914c26598f618a76 /lua/user | |
| parent | 83357089dd90eda107f6eac21dd327dd1f483370 (diff) | |
[FIX] Tree-sitter ensure_installed error message
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index 6f14cfc..adffb3f 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 = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages + ensure_installed = "all", -- one of "all", "maintained" (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 = { |
