From 2b241f74edb3f0a9de73c23f7a5a35048789bb08 Mon Sep 17 00:00:00 2001 From: Kasshi K <46557690+chickbone@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:50:53 +0900 Subject: [PATCH] fix typo in health.lua (#933) --- lua/lazy/health.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/health.lua b/lua/lazy/health.lua index 8fc6e95..8757b77 100644 --- a/lua/lazy/health.lua +++ b/lua/lazy/health.lua @@ -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()