Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple plugins per package #92

Open
hariamoor-zz opened this issue Dec 23, 2019 · 1 comment
Open

Multiple plugins per package #92

hariamoor-zz opened this issue Dec 23, 2019 · 1 comment

Comments

@hariamoor-zz
Copy link

hariamoor-zz commented Dec 23, 2019

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!

@k-takata
Copy link
Owner

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:

call minpac#add('tpope/vim-obsession')
call minpac#add('dhruvasagar/vim-prosession')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants