mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20: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")
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue