mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
Updated TSInstall example command.
When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python`
Let me know if this makes sense 😄
This commit is contained in:
parent
da86014e1f
commit
6749dc7332
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ Treesitter uses a different _parser_ for every language, which needs to be gener
|
||||||
To simplify this, `nvim-treesitter` provides commands to automate this process.
|
To simplify this, `nvim-treesitter` provides commands to automate this process.
|
||||||
If the language is already [supported by `nvim-treesitter`](#supported-languages), you can install it with
|
If the language is already [supported by `nvim-treesitter`](#supported-languages), you can install it with
|
||||||
```vim
|
```vim
|
||||||
:TSInstall {language}
|
:TSInstall language
|
||||||
```
|
```
|
||||||
This command supports tab expansion.
|
This command supports tab expansion.
|
||||||
You can also get a list of all available languages and their installation status with `:TSInstallInfo`.
|
You can also get a list of all available languages and their installation status with `:TSInstallInfo`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue