mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
style(cache): fix comment case typo (#915)
This commit is contained in:
parent
5082cd56e4
commit
867528c0fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue