mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
docs: make comment more specific
This commit is contained in:
parent
f6dcbe66b0
commit
289439512e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue