mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
update tips in healthcheck
This commit is contained in:
parent
7760f08658
commit
ec41db9511
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ local function install_health()
|
||||||
local result = handle:read("*a")
|
local result = handle:read("*a")
|
||||||
handle:close()
|
handle:close()
|
||||||
local version = vim.split(result,'\n')[1]:match('[^tree%psitter].*')
|
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
|
end
|
||||||
|
|
||||||
if fn.executable('git') == 0 then
|
if fn.executable('git') == 0 then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue