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
ok("Git installed")
else
error("Git not installd?")
error("Git not installed?")
end
local sites = vim.opt.packpath:get()