You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have plugins that depend on one another (vim-obsession is needed by vim-prosession) and I'd like to install them both in the same package. Ideally, there would be some minpac-native way to do this.
I'm thinking something along the lines of minpac#packadd([[plugin 1, options], [plugin 2, options], ...]). If this doesn't exist, I'd be happy to make a PR!
The text was updated successfully, but these errors were encountered:
Sorry for the late response.
Currently minpac doesn't handle dependencies, and I don't have a plan to support it for now.
Because I think that using minpac#add() twice is enough:
I have plugins that depend on one another (vim-obsession is needed by vim-prosession) and I'd like to install them both in the same package. Ideally, there would be some minpac-native way to do this.
I'm thinking something along the lines of
minpac#packadd([[plugin 1, options], [plugin 2, options], ...])
. If this doesn't exist, I'd be happy to make a PR!The text was updated successfully, but these errors were encountered: