mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(profiling): added options to enable additional profiling
This commit is contained in:
parent
ce3e8523de
commit
423a152e94
6 changed files with 102 additions and 60 deletions
|
@ -320,7 +320,7 @@ function M:reason(reason, opts)
|
|||
for _, key in ipairs(keys) do
|
||||
local value = reason[key]
|
||||
if type(key) == "number" then
|
||||
elseif key == "require" then
|
||||
-- elseif key == "require" then
|
||||
elseif key ~= "time" then
|
||||
if first then
|
||||
first = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue