mirror of https://github.com/folke/lazy.nvim.git
style(cache): fix comment case typo (#915)
This commit is contained in:
parent
5082cd56e4
commit
867528c0fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue