前端之家收集整理的这篇文章主要介绍了
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
原文链接:https://www.f2er.com/go/187767.html