如何在ubuntu 12.04上安装YouCompleteMe?

时间:2015-08-06 13:01:27

标签: python c++ git ubuntu vim

我想使用YCM进行C ++自动完成。

我已经完成了Valloric编写的安装指南中的每一步,但它不起作用。

我发现安装指南似乎更容易遵循相同的结果,但它也不起作用:

  1. cd~ / .vim / bundle
  2. git clone https://github.com/Valloric/YouCompleteMe.git
  3. cd YouCompleteMe
  4. git submodule update --init --recursive
  5. ./ install.sh --clang-completer
  6. 添加到〜/ .vimrc:让g:ycm_global_ycm_extra_conf ='。vim / bundle / YouCompleteMe / third_party / ycmd / cpp / ycm / .ycm_extra_conf.py'
  7. 我错过了什么吗?请帮忙!

0 个答案:

没有答案