summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
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