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++关键字自动补全

java script 俄罗斯方块

上一篇:Android第三方应用分享图文到微信朋友圈 & 微信回调通知分享状态


下一篇:严重Windows 7零日漏洞可能导致iFrame攻击