mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
feat(profiling): merge VeryLazy stats and show startuptime in profile view
This commit is contained in:
parent
cea5920abb
commit
0f2786bcc9
3 changed files with 9 additions and 2 deletions
|
@ -171,7 +171,9 @@ function M.very_lazy()
|
|||
return
|
||||
end
|
||||
vim.g.did_very_lazy = true
|
||||
M.track({ event = "VeryLazy" })
|
||||
vim.api.nvim_exec_autocmds("User", { pattern = "VeryLazy", modeline = false })
|
||||
M.track()
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue