feat!: init() no longer implies lazy-loading. Add lazy=false for affected plugins

This commit is contained in:
Folke Lemaitre 2022-12-22 23:08:06 +01:00
parent 6f9845e2f8
commit 81126403a8
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 0 additions and 3 deletions

View file

@ -201,7 +201,6 @@ function M.update_state()
or plugin.keys
or plugin.ft
or plugin.cmd
or plugin.init
plugin.lazy = lazy and true or false
end
if plugin.dir:find(Config.options.root, 1, true) == 1 then