mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
health: add legend for x icon in query health
This commit is contained in:
parent
dbe5441918
commit
9e5fb44f84
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ function M.checkhealth()
|
|||
end
|
||||
end
|
||||
print([[ Legend: H[ighlight], L[ocals], F[olds], I[ndents]
|
||||
*) multiple parsers found, only one will be used]])
|
||||
*) multiple parsers found, only one will be used
|
||||
x) errors found in the query, try to run :TSUpdate {lang}]])
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue