java script 俄罗斯方块
1. 拷贝配置文件
cp ~/.vim/bundle/YouCompleteMe/cpp/ycm/.ycm_extra_conf.py ~/.vim/.ycm_extra_conf.py
2. 修改配置文件~/.vim/.ycm_extra_conf.py
relative_to = DirectoryOfThisScript()
修改为:
relative_to = ‘/usr/include‘
3. 修改~/.vimrc
let g:ycm_global_ycm_extra_conf=‘~/.vim/.ycm_extra_conf.py‘ let g:ycm_seed_identifiers_with_syntax = 1 "C/C++关键字自动补全
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。