Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems the starter doesn't install vim plugins after clone bundle #8

Open
vmlinz opened this issue Jan 7, 2015 · 3 comments
Open

Seems the starter doesn't install vim plugins after clone bundle #8

vmlinz opened this issue Jan 7, 2015 · 3 comments

Comments

@vmlinz
Copy link

vmlinz commented Jan 7, 2015

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

@ninjabong
Copy link
Member

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.

@ninjabong
Copy link
Member

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.

@ninjabong
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants