标签:
1.vundle
2. Plugin ‘fatih/vim-go‘
3 vim +GoInstallBinaries
4
cd $GOPATH/src/github.com/nsf/gocode/vim
./update.bash
gocode set propose-builtins true
gocode set lib-path "/home/anjun/go/path/pkg/linux_amd64"
标签:
原文地址:http://www.cnblogs.com/anjuncc/p/5572609.html