mirror of https://github.com/folke/lazy.nvim.git
fix typo in health.lua (#933)
This commit is contained in:
parent
14d76aac4b
commit
2b241f74ed
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue