ycmd server SHUT DOWN

前端之家收集整理的这篇文章主要介绍了ycmd server SHUT DOWN前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Vim YouCompleteMe异常

异常信息如下:

The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). 
Unexpected error while loading the YCM core library. 
Use the ':YcmToggleLogs' command to check the logs.

1.重装YouCompleteMe

python3 YouCompleteMe/install.py --clang-completer --racer-completer

2.安装YouCompleteMe过程中提示cargo异常

ERROR: cargo is required for the Rust completer.

如果提示cargo异常,需要安装cargo,命令如下:

curl -sSf https://static.rust-lang.org/rustup.sh | sh

cargo安装成功后再重试上述步骤1

参考

“ycmd server SHUTDOWN” error

Cargo,Rust’s Package Manager

原文链接:https://www.f2er.com/bash/389347.html

猜你在找的Bash相关文章