您的位置:首页 > 其它

vim 使用 YouCompleteMe

2016-06-28 16:53 260 查看
当然前提是先装好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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: