feat(plugin): trigger LazyPlugins after loading plugin specs

This commit is contained in:
Folke Lemaitre 2023-05-25 08:09:19 +02:00
parent 49a7f21ee3
commit 57062f3a09
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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