MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Lazy Loading and cleaning #151

Open MarcWeber opened 10 years ago

MarcWeber commented 10 years ago

https://github.com/gmarik/Vundle.vim/issues/364 and https://github.com/gmarik/Vundle.vim/issues/325 show that people might want both: lazy loading and cleaning, VAM cannot do it. NeoBundle can because it has a known list of plugins which are eventually used. VAM does not know until a plugin is used. I don't think its very important - just keeping it as reminder. (reason: disk is cheap and checking out from scratch too)