mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +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()
|
function M.check()
|
||||||
start("lazy.nvim")
|
start("lazy.nvim")
|
||||||
|
info("{lazy.nvim} version `" .. Config.version .. "`")
|
||||||
|
|
||||||
M.have("git")
|
M.have("git")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue