mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
refactor: new cache
This commit is contained in:
parent
e115f5ec17
commit
983e1c5e34
6 changed files with 237 additions and 177 deletions
|
@ -34,7 +34,7 @@ function M.setup(spec, opts)
|
|||
local start = vim.loop.hrtime()
|
||||
|
||||
-- load module cache before anything else
|
||||
require("lazy.core.cache").setup()
|
||||
require("lazy.core.cache").enable()
|
||||
|
||||
require("lazy.stats").track("LazyStart")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue