I'm trying to install Go Vim plugins aswell as gocode. https://github.com/nsf/gocode
The installation finished with no errors, all my scripts are now inside ~/.vim For reference, this is my .vimrc: http://pastebin.com/HLfgyTX7
But for some reason they won't get loaded... I checked with :scriptnames. Instead, scripts like ruby.vim from /usr/share/vim/vim73/syntax get installed...but that "syntax" folder has several dozen .vim files in it, why did ruby.vim get installed? Anyway....
Almost nothing gets installed from ~/.vim. In fact, only the gofiletype.vim shows up in :scriptnames.(in addition to everything installed with the vundle.vim.)
:echo $VIMRUNTIME shows /usr/share/vim/vim73 (why is this not ~/.vim ?? Is that bad? Why does it still load some plugins from ~/.vim if it's not the runtime directory...)
These folders exist in my ~/.vim: autoload bundle ftdetect ftplugin indent syntax
I feel like I'm missing some basic detail about how to install stuff, the docs just say to put everything into "/plugin", but that's not what