mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: moved manage functionality to its own module
This commit is contained in:
parent
42c2fb42c8
commit
6dc45ada55
6 changed files with 22 additions and 24 deletions
|
@ -29,7 +29,7 @@ function M.setup(opts)
|
|||
for _, plugin in pairs(Config.plugins) do
|
||||
if not plugin.installed then
|
||||
vim.cmd("do User LazyInstallPre")
|
||||
require("lazy.manager").install({
|
||||
require("lazy.manage").install({
|
||||
wait = true,
|
||||
show = Config.options.interactive,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue