mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
docs(readme): recommend installing query parser
now bundled in Neovim
This commit is contained in:
parent
a0d6c28f89
commit
8212548e33
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ All modules are disabled by default and need to be activated explicitly in your
|
|||
|
||||
```lua
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
-- A list of parser names, or "all" (the four listed parsers should always be installed)
|
||||
ensure_installed = { "c", "lua", "vim", "help" },
|
||||
-- A list of parser names, or "all" (the five listed parsers should always be installed)
|
||||
ensure_installed = { "c", "lua", "vim", "help", "query" },
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
sync_install = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue