Last active
January 13, 2017 00:59
-
-
Save r3k2/21ea2a370b25cf13411eed8b21f2ef39 to your computer and use it in GitHub Desktop.
Steps I keep forgetting to install vim-go
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
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