mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-07 08:16:35 +00:00
fix typo in health.lua (#933)
This commit is contained in:
parent
14d76aac4b
commit
2b241f74ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue