Hooking a plugin manager into lz.n #46
-
Can a custom handler be used to install plugins using mini.deps |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Or is it more of a custom function that uses grabs the info from the plugin spec and then calls install |
Beta Was this translation helpful? Give feedback.
-
I don't think a custom handler can be used to install plugins. It's meant for loading them. |
Beta Was this translation helpful? Give feedback.
-
Mini.deps loads at the same time as the install, so looks like i will have to make my own plugin manager that uses lz.n under the hood |
Beta Was this translation helpful? Give feedback.
I don't think a custom handler can be used to install plugins. It's meant for loading them.
But it should be possible to use lz.n to lazy-load plugins that are managed with mini.deps.
I haven't tried it though.