summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorkiyan <yazdani.kiyan@protonmail.com>2021-02-22 23:09:25 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-02-22 23:32:11 +0100
commit9e5fb44f8457fbf0186db04f5d2d88a028664b9d (patch)
treeb179872f1252e0601265f4c9bc06a5b543b3c79e /lua
parentdbe544191832a00e362181f7868ebcbd3d437c1e (diff)
health: add legend for x icon in query health
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/health.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua
index e8467b6c..160586fa 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