mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
style: cleanup
This commit is contained in:
parent
a197f751f9
commit
a87b6e1005
5 changed files with 39 additions and 21 deletions
|
@ -25,7 +25,7 @@ function M.setup(opts)
|
|||
for _, plugin in pairs(Config.plugins) do
|
||||
if not plugin._.installed then
|
||||
vim.cmd("do User LazyInstallPre")
|
||||
require("lazy.manage").install({ wait = true, show = Config.options.interactive })
|
||||
require("lazy.manage").install({ wait = true })
|
||||
break
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue