mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-07-24 20:54:38 +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
|
||||
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
|
||||
ipairs(vim.opt.rtp:get() --[[@as string[] ]])
|
||||
do
|
||||
|
@ -151,10 +155,6 @@ function M.startup()
|
|||
end
|
||||
end
|
||||
Util.track()
|
||||
|
||||
M.init_done = true
|
||||
|
||||
Util.track()
|
||||
end
|
||||
|
||||
function M.get_start_plugins()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue