chore: cleanup

This commit is contained in:
Folke Lemaitre 2022-11-23 16:10:16 +01:00
parent 2080694e34
commit 68a8d57b5b
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 7 deletions

View file

@ -34,7 +34,7 @@ function M.setup(opts)
Config.setup(opts)
Util.track()
Util.track("plugins")
Util.track("state")
if Module.changed or not State.load() then
-- rebuild state
local Plugin = require("lazy.plugin")