Hacker News new | ask | show | jobs
by priomsrb 4253 days ago
It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.
1 comments

That 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?
No, 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