0%

1、重新安装vim,vim版本需大于8.0

2、安装插件
vundle
NERDTree: 直接添加 Plugin ‘scrooloose/nerdtree’ 后:PluginInstall
Taglist: 下载taglist包后,在.vim目录下解压,有plugin、doc两个目录,其他直接在.vimrc中设置
vim-go:
cd ~/.vim/bundle/
git clone https://github.com/fatih/vim-go.git
进入vim,执行vim-go提供的 :GoInstallBinaries 命令可以一键安装其他有助于开发的go工具/命令
GoInstallBinaries安装超时:export GOPROXY=https://goproxy.io

Read more »