1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-07 08:16:35 +00:00

fix typo in health.lua ()

This commit is contained in:
Kasshi K 2023-07-16 15:50:53 +09:00 committed by GitHub
parent 14d76aac4b
commit 2b241f74ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ function M.check()
if vim.fn.executable("git") == 1 then
ok("Git installed")
else
error("Git not installd?")
error("Git not installed?")
end
local sites = vim.opt.packpath:get()