mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat: drop TSInstallInfo in favor of better checkhealth
also fixes the hole in install.compilers
This commit is contained in:
parent
37957d6bcf
commit
5a70048116
4 changed files with 70 additions and 87 deletions
|
|
@ -31,7 +31,7 @@ Install the parser for your language
|
|||
To get a list of supported languages
|
||||
|
||||
>vim
|
||||
:TSInstallInfo
|
||||
:TSInstall <tab>
|
||||
<
|
||||
|
||||
To install supported parsers and queries, put this in your `init.lua` file:
|
||||
|
|
@ -50,9 +50,10 @@ To install supported parsers and queries, put this in your `init.lua` file:
|
|||
|
||||
-- List of parsers to ignore installing (for "core" etc.)
|
||||
ignore_install = { "javascript" },
|
||||
}
|
||||
|
||||
<
|
||||
See |nvim-treesitter-commands| for a list of all available commands.
|
||||
To check installed parsers and queries, use `:checkhealth nvim-treesitter`.
|
||||
|
||||
==============================================================================
|
||||
COMMANDS *nvim-treesitter-commands*
|
||||
|
|
@ -64,11 +65,6 @@ Install one or more treesitter parsers.
|
|||
You can use |:TSInstall| `all` to install all parsers. Use |:TSInstall!| to
|
||||
force the reinstallation of already installed parsers.
|
||||
|
||||
*:TSInstallInfo*
|
||||
:TSInstallInfo ~
|
||||
|
||||
List information about currently installed parsers
|
||||
|
||||
*:TSUpdate*
|
||||
:TSUpdate {language} ... ~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue