-
-
Save xakrume/172ac6959e7244be6993 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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