YouCompleteMe 支持 golang vim 自动补全

进入YouCompleteMe目录并执行:

更新代码

cd  ~/.vim/bundle/YouCompleteMe
git clean -f
git pull
git submodule update --recursive --init
支持golang:

/.vim/bundle/YouCompleteMe$ ../install.sh --clang-completer --go-completer


你可能感兴趣的:(vim)