Skip to content

Instantly share code, notes, and snippets.

@r3k2
Last active January 13, 2017 00:59
Show Gist options
  • Save r3k2/21ea2a370b25cf13411eed8b21f2ef39 to your computer and use it in GitHub Desktop.
Save r3k2/21ea2a370b25cf13411eed8b21f2ef39 to your computer and use it in GitHub Desktop.
Steps I keep forgetting to install vim-go
git clone https://github.com/fatih/vim-go.git ~/.vim/pack/plugins/start/vim-go
make sure you have your $GOPATH setup in your ~/.bashrc
open vim and type :GoInstallBinaries
use :GoUpdateBinaries to update the installed binaries
For autocompletion:
https://github.com/roxma/SimpleAutoComplPop
git clone https://github.com/roxma/SimpleAutoComplPop.git ~/.vim/pack/plugins/start/SimpleAutoComplPop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment