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
|
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()
|
||||||
|
|
Loading…
Reference in New Issue