mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-07-25 21:24:29 +02:00
Merge 1da2bd10e8
into 6c3bda4aca
This commit is contained in:
commit
632fbe00a3
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