mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
fix: Plugin.init
implies lazy-loading
This commit is contained in:
parent
869e6dab4b
commit
ccdf65b5b8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue