vimpack
vimpack copied to clipboard
Multiple named bundles in one vimpack repo
Vimpack should allow management of named bundles. A named bundle would be a set of vim scripts intended to be used in varying environments. It should be easy to switch between bundles. This is needed for per-project vimpacks.
vimpack bundle create rails vimpack bundle install rails rails.vim cucumber.vim vimpack bundle use rails