summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-06-27 20:31:16 +0200
committerGitHub <noreply@github.com>2020-06-27 20:31:16 +0200
commitaa4746c72299e599f976bc3bc8adf351b5bca16c (patch)
tree0df782791e366fb98052f29141265c98368de269 /doc
parent282e18edd18fdd84e8436440789c0ecb2bc83f82 (diff)
parentddb41c36e8de2c716ebbcb13aff6f50a9b0c4e2f (diff)
Merge pull request #115 from kyazdani42/doc/update-install-doc
update docs for TSInstall
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index 5a3a4ce1..67e9f758 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*