[FIX] Tree-sitter ensure_installed comment

pull/152/head
Rohan Ghige 2 years ago
parent 0dbe9df716
commit 219abb0e68

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

Loading…
Cancel
Save