欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

YouCompleteMe 支持 golang vim 自动补全

程序员文章站 2024-03-21 17:23:34
...

进入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