mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
style: added more comments to init
This commit is contained in:
parent
ac9e5401dc
commit
e22e8e4506
2 changed files with 15 additions and 9 deletions
|
@ -28,6 +28,7 @@ function M.setup()
|
|||
end
|
||||
|
||||
function M.init_plugins()
|
||||
Util.track("loader")
|
||||
Util.track({ start = "init" })
|
||||
for _, plugin in pairs(Config.plugins) do
|
||||
if plugin.init then
|
||||
|
@ -40,6 +41,7 @@ function M.init_plugins()
|
|||
end
|
||||
end
|
||||
Util.track()
|
||||
Util.track()
|
||||
end
|
||||
|
||||
---@class Loader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue