mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: prepping for vim.loader
This commit is contained in:
parent
887eb75591
commit
690f9e88e2
2 changed files with 62 additions and 57 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue