refactor: new cache

This commit is contained in:
Folke Lemaitre 2023-02-13 10:50:39 +01:00
parent e115f5ec17
commit 983e1c5e34
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 237 additions and 177 deletions

View file

@ -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")