mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update README.md
Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
This commit is contained in:
parent
e8d85ddca8
commit
7a8f16b899
1 changed files with 1 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ provides two command to tackle this issue:
|
|||
- `TSInstall` to install a given parser.
|
||||
- `TSInstallInfo` to know which parser is installed.
|
||||
|
||||
Let's say you need a parser for `lua`, `c`, and `python`, this is how you do with these commands:
|
||||
Let's say you need parsers for `lua`, `c`, and `python`, this is how you do with these commands:
|
||||
```vim
|
||||
:TSInstall c
|
||||
Downloading...
|
||||
|
|
@ -103,4 +103,3 @@ If everything is okay, then it might be an actual error.
|
|||
|
||||
In both cases, feel free to open an issue here.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue