Skip to content

Instantly share code, notes, and snippets.

@xakrume
Forked from tkawachi/gist:2577734
Last active August 29, 2015 14:17
Show Gist options
  • Save xakrume/172ac6959e7244be6993 to your computer and use it in GitHub Desktop.
Save xakrume/172ac6959e7244be6993 to your computer and use it in GitHub Desktop.
PATH="$PATH:/usr/local/go/bin"
export GOBIN="$HOME/bin"
export PATH=$PATH:$HOME/bin
export GOPATH=/tmp
go get -u github.com/nsf/gocode
cd $GOPATH/src/github.com/nsf/gocode/vim/
./update.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment