mirror of https://github.com/folke/lazy.nvim.git
feat(health): show user's lazy.nvim version in checkhealth
This commit is contained in:
parent
6a423278a1
commit
9c8e7a4840
|
@ -62,6 +62,7 @@ end
|
|||
|
||||
function M.check()
|
||||
start("lazy.nvim")
|
||||
info("{lazy.nvim} version `" .. Config.version .. "`")
|
||||
|
||||
M.have("git")
|
||||
|
||||
|
|
Loading…
Reference in New Issue