vim

1. 插件下载地址:

https://github.com/chxuan/vimplus

 

2. 显示错误:

The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). YCM core library not detected; you need to compile YCM before usin g it. Follow the instructions in the documentation.

 

3. 解决方法:

在路径: /root/.vim/plugged/YouCompleteMe

执行:

[root@centos8 YouCompleteMe]# /usr/bin/python2.7  install.py

 

相关文章:

  • 2021-11-08
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2022-02-28
  • 2021-12-11
  • 2021-06-16
猜你喜欢
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-08-20
  • 2021-11-20
相关资源
相似解决方案