spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.63k forks source link

vim-go* not being loaded on OSX #604

Open mgoffin opened 10 years ago

mgoffin commented 10 years ago

I have two identical vim configurations using the latest spf13-vim. One is on Ubuntu 14.04 and the other OSX Mavericks. They are both using identical .vimrc.local and .vimrc.before.local files.

If I open a *.go file on Ubuntu and run :scriptnames I can clearly see vim-golang and vim-gocode being loaded.

If I do this on OSX neither of them are being loaded. I've tried adding to my .vimrc.local the things in the vim-golang readme file and that also did not help (I can see things being loaded from /usr/local/go/misc/vim but syntax highlighting is still not working). I would expect I would not have to do this if the vim configurations are indentical and it's working in Ubuntu without the extra steps.

spf13 commented 10 years ago

They conflict with each other. You should only be using one of them

mgoffin commented 10 years ago

I've already tried using UnBundle on one or the other and still neither one gets loaded.