fix(cache): fix comment case typo

This commit is contained in:
yangbinji 2023-07-06 13:13:54 +08:00 committed by GitHub
commit 6feaf20b6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ function M.setup(spec, opts)
end end
local start = vim.loop.hrtime() 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 if vim.loader and vim.fn.has("nvim-0.9.1") == 1 then
package.loaded["lazy.core.cache"] = vim.loader package.loaded["lazy.core.cache"] = vim.loader
end end