fix: clean

This commit is contained in:
Folke Lemaitre 2022-11-21 00:27:28 +01:00
parent 35b1f98ac7
commit 7f4743ac30
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 25 additions and 25 deletions

View file

@ -31,9 +31,9 @@ function M.setup(opts)
Util.track("lazy_install")
for _, plugin in pairs(Config.plugins) do
if not plugin.installed then
-- require("lazy.manager").install({
-- wait = true,
-- })
require("lazy.manager").install({
wait = true,
})
break
end
end