mirror of https://github.com/folke/lazy.nvim.git
fix: `Plugin.init` implies lazy-loading
This commit is contained in:
parent
869e6dab4b
commit
ccdf65b5b8
|
@ -175,6 +175,7 @@ function M.update_state()
|
||||||
or plugin.keys
|
or plugin.keys
|
||||||
or plugin.ft
|
or plugin.ft
|
||||||
or plugin.cmd
|
or plugin.cmd
|
||||||
|
or plugin.init
|
||||||
plugin.lazy = lazy and true or false
|
plugin.lazy = lazy and true or false
|
||||||
end
|
end
|
||||||
if plugin.dir:find(Config.options.root) == 1 then
|
if plugin.dir:find(Config.options.root) == 1 then
|
||||||
|
|
Loading…
Reference in New Issue