Created
June 13, 2015 06:02
-
-
Save alecthegeek/0dc0bf3a2737f85b5ba0 to your computer and use it in GitHub Desktop.
Using Vim and Vundle when developing Go code?
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
GOPATH=/tmp/$$.installgobin GOBIN=$(go env GOROOT)/bin vim -u ~/.vimrc -c ":GoInstallBinaries" -c ":q" /tmp/src/$$.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment