mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
fix: always add config/after to rtp
This commit is contained in:
parent
13b5688487
commit
c98e722fa4
2 changed files with 5 additions and 8 deletions
|
@ -36,8 +36,6 @@ function M.setup()
|
|||
end
|
||||
|
||||
function M.init_plugins()
|
||||
Util.track("loader")
|
||||
|
||||
Util.track({ start = "init" })
|
||||
for _, plugin in pairs(Config.plugins) do
|
||||
-- run plugin init
|
||||
|
@ -52,8 +50,6 @@ function M.init_plugins()
|
|||
M.load(plugin, { start = "startup" })
|
||||
end
|
||||
end
|
||||
Util.track()
|
||||
|
||||
Util.track()
|
||||
M.init_done = true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue