I would best describe how dabbler at this point linux / vim. I'm trying to get started. Trying to install vim-go plugin and I have problems. Following the post .
I added the following to the end of my ~/.bashrc :
export GOPATH=~/gocode export PATH=$PATH:$GOPATH/bin
and created the following ~/gocode
So, I created my ~/.vim/bundle and ~/.vim/autoload . I downloaded pathogen.vim to the startup directory. I cloned the github repository for vim-go into the package directory that created the vim-go directory.
I created a ~ / .vimrc file and added the following:
call pathogen
I did the following from the vim console (which worked after installing Hg):
:GoInstallBinaries
FYI, I do not use vundle and, frankly, I donβt even know what it is :).
So far, the plugin does not seem to work. When I type :help vim-go , I get the following error: E149: Sorry, no help for vim-go
What am I doing
source share