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

相关文章

普通模式 >G 增加当前行到文档末尾处的缩紧层级 $ 移动到本行的末尾 . 相当于一个...
原文连接: https://spacevim.org/cn/layers/lang/elixir/ 模块简介 功能特性 启用模块 快捷键 语言专属...
原文连接: https://spacevim.org/cn/layers/lang/dart/ 模块简介 功能特性 依赖安装及启用模块 启用模...
 =   赋值操作符,可以用于算术和字符串赋值 +        加法计算     -        减法运算...
1.根据包名来查看指定的APP指定数据 adb shell "top | grep com.xxx.xxx" 由于这样打印出来的数...
ctrl+F 向下翻页 ctrl+B 向下翻页 u 取消最近一次操作 U 取消当前行的操作 ZZ 保存当前内容并退出 gg 跳...