feat(health): show user's lazy.nvim version in checkhealth

This commit is contained in:
Folke Lemaitre 2024-06-27 10:44:35 +02:00
parent 6a423278a1
commit 9c8e7a4840
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ end
function M.check()
start("lazy.nvim")
info("{lazy.nvim} version `" .. Config.version .. "`")
M.have("git")