update tips in healthcheck

This commit is contained in:
bitcoder 2021-03-06 18:09:16 +08:00 committed by Stephan Seitz
parent 7760f08658
commit ec41db9511

View file

@ -19,7 +19,7 @@ local function install_health()
local result = handle:read("*a")
handle:close()
local version = vim.split(result,'\n')[1]:match('[^tree%psitter].*')
health_ok('`tree-sitter` version '..version)
health_ok('`tree-sitter` found '..version .. '(parser generator, used for :TSInstallFromGrammar)')
end
if fn.executable('git') == 0 then