[FIX] Tree-sitter ensure_installed error message

pull/152/head
Rohan Ghige 2 years ago
parent 83357089dd
commit a7e69fca89

@ -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 = {

Loading…
Cancel
Save