diff options
| author | kiyan <yazdani.kiyan@protonmail.com> | 2021-02-22 23:09:25 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-02-22 23:32:11 +0100 |
| commit | 9e5fb44f8457fbf0186db04f5d2d88a028664b9d (patch) | |
| tree | b179872f1252e0601265f4c9bc06a5b543b3c79e /lua | |
| parent | chore: rewrite healthcheck for compact output (diff) | |
| download | nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.tar nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.tar.gz nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.tar.bz2 nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.tar.lz nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.tar.xz nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.tar.zst nvim-treesitter-9e5fb44f8457fbf0186db04f5d2d88a028664b9d.zip | |
health: add legend for x icon in query health
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/health.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index e8467b6c4..160586fa7 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -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 |
