mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
feat(health): show user's lazy.nvim version in checkhealth
This commit is contained in:
parent
6a423278a1
commit
9c8e7a4840
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ end
|
|||
|
||||
function M.check()
|
||||
start("lazy.nvim")
|
||||
info("{lazy.nvim} version `" .. Config.version .. "`")
|
||||
|
||||
M.have("git")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue