mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(loader): keep using the internal lua cache till 0.9.1
This commit is contained in:
parent
5f13f69851
commit
78b981b1f3
2 changed files with 1 additions and 11 deletions
|
@ -34,7 +34,7 @@ function M.setup(spec, opts)
|
|||
local start = vim.loop.hrtime()
|
||||
|
||||
-- use the NEovim cache if available
|
||||
if vim.loader then
|
||||
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