〖Linux〗VIM youcompleteme 自动补全 #include 文件名称

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

 

posted @ 2014-01-09 19:50  scue  阅读(2698)  评论(0编辑  收藏  举报