我想使用YCM进行C ++自动完成。
我已经完成了Valloric编写的安装指南中的每一步,但它不起作用。
我发现安装指南似乎更容易遵循相同的结果,但它也不起作用:
- cd~ / .vim / bundle
- git clone https://github.com/Valloric/YouCompleteMe.git
- cd YouCompleteMe
- git submodule update --init --recursive
- ./ install.sh --clang-completer
- 添加到〜/ .vimrc:让g:ycm_global_ycm_extra_conf ='。vim / bundle / YouCompleteMe / third_party / ycmd / cpp / ycm / .ycm_extra_conf.py'
醇>
我错过了什么吗?请帮忙!