From 9e5fb44f8457fbf0186db04f5d2d88a028664b9d Mon Sep 17 00:00:00 2001 From: kiyan Date: Mon, 22 Feb 2021 23:09:25 +0100 Subject: health: add legend for x icon in query health --- lua/nvim-treesitter/health.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua') 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 -- cgit v1.2.3