docs: fix checkhealth command in README (#2884)

Health check command should be `:checkhealth nvim-treesitter`
This commit is contained in:
Luke Bakken 2022-04-30 10:39:16 -07:00 committed by GitHub
parent 1f508ff394
commit 4a67de217a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -472,7 +472,7 @@ Check [`:h nvim-treesitter-utils`](doc/nvim-treesitter.txt) for more information
# 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`.
#### Feature `X` does not work for `{language}`...