fix typo in health.lua (#933)

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
1 changed files with 1 additions and 1 deletions

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()