From 867528c0fec1f2908edd9539618e4b033203c954 Mon Sep 17 00:00:00 2001 From: yangbinji <1139040653@qq.com> Date: Thu, 6 Jul 2023 22:30:54 +0800 Subject: [PATCH] style(cache): fix comment case typo (#915) --- lua/lazy/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/init.lua b/lua/lazy/init.lua index 2b41ffd..226069b 100644 --- a/lua/lazy/init.lua +++ b/lua/lazy/init.lua @@ -33,7 +33,7 @@ function M.setup(spec, opts) end local start = vim.loop.hrtime() - -- use the NEovim cache if available + -- use the Neovim cache if available if vim.loader and vim.fn.has("nvim-0.9.1") == 1 then package.loaded["lazy.core.cache"] = vim.loader end