diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-03-03 15:49:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 15:49:25 +0100 |
| commit | 8212548e3346aa56166a0831016026f265562e4a (patch) | |
| tree | 77d12b394ea64b1bc898cae42d6ac261f721d78f | |
| parent | Update parsers: cpp, cuda, markdown, markdown_inline, racket, sql (diff) | |
| download | nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.tar nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.tar.gz nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.tar.bz2 nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.tar.lz nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.tar.xz nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.tar.zst nvim-treesitter-8212548e3346aa56166a0831016026f265562e4a.zip | |
docs(readme): recommend installing query parser
now bundled in Neovim
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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, |
