
解决vimplus中youcompleteme无法使用的问题
原创...小于 1 分钟
提示
参考:vimplus官方github仓库:https://github.com/chxuan/vimplus
安装
git clone https://github.com/chxuan/vimplus.git ~/.vimplus
cd ~/.vimplus
./install.sh
安装完成后使用vim命令编辑文件时,会提示:
The ycmd server SHUT DOWN (restart with ':YcmRestartServer')...
解决办法:使用apt重新安装vim-youcompleteme
sudo apt update
sudo apt install vim-youcompleteme
vim-addons remove youcompleteme
vim-addons install youcompleteme
Powered by Waline v3.0.0-alpha.10
