1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > vim 错误提示解决:The ycmd server SHUT DOWN (restart with ‘:YcmRestartServer‘). Unexpected exit code 1.

vim 错误提示解决:The ycmd server SHUT DOWN (restart with ‘:YcmRestartServer‘). Unexpected exit code 1.

时间:2020-02-28 21:06:51

相关推荐

vim 错误提示解决:The ycmd server SHUT DOWN (restart with ‘:YcmRestartServer‘). Unexpected exit code 1.

1. vim 打开有错误提示

在为vim安装完YouCompleteMe插件后使用vim打开文件可能会出现提示如下这样的错误提示:

The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). Unexpected exit code 1.

2. 解决方案

YouCompleteMe的安装路径

imaginemiracle@im-Linux:~$ cd ~/.vim/plugged/YouCompleteMe

执行如下命令

imaginemiracle@im-Linux:~$ /usr/bin/python install.py或imaginemiracle@im-Linux:~$ /usr/bin/python2 install.py

到此错误提示消失,vim可以自动补全。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。