Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Created June 13, 2015 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecthegeek/0dc0bf3a2737f85b5ba0 to your computer and use it in GitHub Desktop.
Save alecthegeek/0dc0bf3a2737f85b5ba0 to your computer and use it in GitHub Desktop.
Using Vim and Vundle when developing Go code?
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