5 ms·
It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.
by priomsrb 12y ago
It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.
- mattikus 12y agoThat assumes you're using submodules or subtree as your versioning mechanism. If you're using vundle/neobundle, does it do the magic of running the bootstrap to download your bundles from the internet?
- priomsrb 12y agoNo, it does not run :BundleInstall for you. Maybe it would be a good idea if the user could specify some commands to run after downloading a profile. For example they could add a line in their .vimrc: " vimswitch-after-download=:BundleInstall