chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.89k stars 1.13k forks source link

在更新时发现YCM连接错误 #334

Closed jimmyyukio closed 3 years ago

jimmyyukio commented 3 years ago

在.vimrc中YCM仓库名是Valloric/YouCompleteMe,但我发现现在在github是它的仓库名变成了ycm-core/YouCompleteMe image

Ro0tk1t commented 3 years ago

你可以试试先删掉原来的ycm,再手动安装最新的ycm

cd ~/.vim/plugged
rm -rf YouCompleteMe
git clone https://github.com/ycm-core/YouCompleteMe.git
cd YouCompleteMe
git submodule update --init --recursive
./install.py
jimmyyukio commented 3 years ago

谢谢!已经解决了