fix typo in health.lua

This commit is contained in:
chickbone 2023-07-16 08:58:56 +09:00
commit 58915d7d5f

View file

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