当然前提是先装好vundle

1 在vimrv中加入Bundle 'Valloric/YouCompleteMe'

2 vim +PluginInstall +qall

3 安装一对底层需要的编译的东西 sudo yum install automake gcc gcc-c++ kernel-devel cmake python-devel

4 cd ~/.vim/bundle/YouCompleteMe

5 ./install.py --clang-completer

6 ./install.py

7 ok

 

 

https://github.com/Valloric/YouCompleteMe#full-installation-guide

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-08-11
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-09-20
相关资源
相似解决方案