You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hrmmm, the default starter represents an example setup not my own, so I never actually tried it - I'll fire up a VM later today and see if I can replicate.
Well it sure doesn't appear to install any vim bundle aside from vundle - at least that's all I see on a clean install in ~/.vim/bundle/. I'll have to dig in a little more later tonight and see where exactly its going wrong, but definitely replicated the problem.
OK I think I see what's wrong, do you have MacVim.app installed in /Applications or ~/Applications ?
By default, the old HOMEBREW_CASK_OPTS problem shows up and brew cask install macvim installs to ~/Applications instead of /Applications. Going into .vim and running rake --trace the output shows failure because it can't find /Applications/MacVim.app (since it got installed to ~/Applications) and thus no bundles.
Linking MacVim.app to /Applications with ln -s /opt/homebrew-cask/Caskroom/macvim/7.4-73/MacVim-snapshot-73/MacVim.app /Applications/MacVim.app and getting rid of ~/Applications fixed this for me as then I was able to use :PluginInstall from within vim to download and install the bundles as expected.
Hi,
I'm happy with this project and I tried this starter, but it doesn't install plugins of vim after cloning bundle.
I'll try to recheck and send a pull request.
Br
The text was updated successfully, but these errors were encountered: