summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkiyan42 <yazdani.kiyan@protonmail.com>2020-06-27 12:43:19 +0200
committerkiyan42 <yazdani.kiyan@protonmail.com>2020-06-27 12:43:19 +0200
commitddb41c36e8de2c716ebbcb13aff6f50a9b0c4e2f (patch)
tree0df782791e366fb98052f29141265c98368de269 /README.md
parent282e18edd18fdd84e8436440789c0ecb2bc83f82 (diff)
update docs for TSInstall
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c8a97d3..54d17abc 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ $ git clone https://github.com/nvim-treesitter/nvim-treesitter.git
Treesitter is using a different _parser_ for every language. It can be quite a pain to install, but fortunately `nvim-treesitter`
provides two command to tackle this issue:
- - `TSInstall` to install a given parser.
+ - `TSInstall` to install one or more parser. You can use `TSInstall all` to download all parsers.
- `TSInstallInfo` to know which parser is installed.
Let's say you need parsers for `lua`, `c`, and `python`, this is how you do with these commands: