From 58915d7d5f8b5df9158b3eae4620fa3460f19e3f Mon Sep 17 00:00:00 2001 From: chickbone Date: Sun, 16 Jul 2023 08:58:56 +0900 Subject: [PATCH] fix typo in health.lua --- 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()