mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-05 17:01:16 +00:00
Merge 1da2bd10e8 into e6a8824858
This commit is contained in:
commit
ba78758146
1 changed files with 4 additions and 4 deletions
|
|
@ -143,6 +143,10 @@ function M.startup()
|
||||||
|
|
||||||
-- 4. load after plugins
|
-- 4. load after plugins
|
||||||
Util.track({ start = "after" })
|
Util.track({ start = "after" })
|
||||||
|
-- Set init_done here so plugins loaded afterwards know that
|
||||||
|
-- they are not able to add to init anymore
|
||||||
|
M.init_done = true
|
||||||
|
Util.track()
|
||||||
for _, path in
|
for _, path in
|
||||||
ipairs(vim.opt.rtp:get() --[[@as string[] ]])
|
ipairs(vim.opt.rtp:get() --[[@as string[] ]])
|
||||||
do
|
do
|
||||||
|
|
@ -151,10 +155,6 @@ function M.startup()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Util.track()
|
Util.track()
|
||||||
|
|
||||||
M.init_done = true
|
|
||||||
|
|
||||||
Util.track()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.get_start_plugins()
|
function M.get_start_plugins()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue