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

Consider making vundle to be declarative (as VAM is) #388

Open
MarcWeber opened this issue Feb 12, 2014 · 3 comments
Open

Consider making vundle to be declarative (as VAM is) #388

MarcWeber opened this issue Feb 12, 2014 · 3 comments

Comments

@MarcWeber
Copy link

Simply because its easier:
The Bundle command should

  1. check whether the plugin is there
  2. if not check it out
  3. activate it (set rtp and such)

Then looking at .vimrc would always be enough to understand which plugins got loaded.
Otherwise you have to look at the filesystem to find out which plugins got ignored because they are not on disk.

@Shougo
Copy link
Contributor

Shougo commented Feb 12, 2014

I cannot understand this issue. Can you explain it to me by example?

@MarcWeber
Copy link
Author

Its exactly what NeoBundle implements by "NeoBundleCheck" - if vim starts everything got installed (hopefully)

@Shougo
Copy link
Contributor

Shougo commented Feb 13, 2014

Thanks, I get it.

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