top | item 8487963

(no title)

priomsrb | 11 years ago

It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.

discuss

order

mattikus|11 years ago

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?

priomsrb|11 years ago

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