docs: make comment more specific

This commit is contained in:
Sirisak Lueangsaksri 2021-11-08 20:43:19 +07:00 committed by Stephan Seitz
parent f6dcbe66b0
commit 289439512e

View file

@ -107,7 +107,7 @@ All modules are disabled by default and need to be activated explicitly in your
lua <<EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
sync_install = false, -- install languages synchronously
sync_install = false, -- install languages synchronously (only applied to `ensure_installed`)
ignore_install = { "javascript" }, -- List of parsers to ignore installing
highlight = {
enable = true, -- false will disable the whole extension