diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 5a3a4ce11..67e9f7581 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -52,9 +52,10 @@ By default, everything is disabled. To enable support for features, in your `ini ============================================================================== COMMANDS *nvim-treesitter-commands* -|:TSInstall| {language} *:TSInstall* +|:TSInstall| {language} ... *:TSInstall* -Download, compile and install a parser for {language} +Install one or more treesitter parsers. +You can use |:TSInstall| `all` to install all parsers. |:TSInstallInfo| *:TSInstallInfo* |
