refactor: prepping for vim.loader

This commit is contained in:
Folke Lemaitre 2023-03-20 16:42:11 +01:00
parent 887eb75591
commit 690f9e88e2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 62 additions and 57 deletions

View file

@ -675,7 +675,7 @@ function M:debug()
end)
self:nl()
Util.foreach(require("lazy.core.cache").stats, function(name, stats)
Util.foreach(require("lazy.core.cache")._inspect(), function(name, stats)
self:append(name, "LazyH2"):nl()
local props = {
{ "total", stats.total or 0, "Number" },