mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
docs: fix checkhealth command in README (#2884)
Health check command should be `:checkhealth nvim-treesitter`
This commit is contained in:
parent
1f508ff394
commit
4a67de217a
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ Check [`:h nvim-treesitter-utils`](doc/nvim-treesitter.txt) for more information
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
Before doing anything, make sure you have the latest version of this plugin and run `:checkhealth nvim_treesitter`.
|
Before doing anything, make sure you have the latest version of this plugin and run `:checkhealth nvim-treesitter`.
|
||||||
It can also help to update the parsers via `:TSUpdate`.
|
It can also help to update the parsers via `:TSUpdate`.
|
||||||
|
|
||||||
#### Feature `X` does not work for `{language}`...
|
#### Feature `X` does not work for `{language}`...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue