on_source
event is not fired for non-lazy plugins. Is this an intended feature?
*dein-options-on_source*
on_source (List) or (String)
Load the plugin before the listed plugins are loaded.
Note: The plugins must be lazy loaded plugins.
on_source()
event slows your startup time.
dein#call()
.
dein#call
in :help
/ autoload/dein.vim
. Is that dein#call_hook
?
call_hook
is the thing to fire hook_*
)
dein#call_hook()
.
A depends B
) where we can write the config in B's configuration section?
on_source