style: cleanup

This commit is contained in:
Folke Lemaitre 2022-11-30 23:14:16 +01:00
parent a197f751f9
commit a87b6e1005
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 39 additions and 21 deletions

View file

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