mirror of https://github.com/folke/lazy.nvim.git
feat(plugin): trigger LazyPlugins after loading plugin specs
This commit is contained in:
parent
49a7f21ee3
commit
57062f3a09
|
@ -423,6 +423,7 @@ function M.load()
|
|||
M.update_state()
|
||||
Util.track()
|
||||
M.loading = false
|
||||
vim.api.nvim_exec_autocmds("User", { pattern = "LazyPlugins", modeline = false })
|
||||
end
|
||||
|
||||
-- Finds the plugin that has this path
|
||||
|
|
Loading…
Reference in New Issue