From 6feaf20b6b9c3c7d79f706f4f900938689cb1ca7 Mon Sep 17 00:00:00 2001 From: yangbinji <1139040653@qq.com> Date: Thu, 6 Jul 2023 13:13:54 +0800 Subject: [PATCH] fix(cache): fix comment case typo --- 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