Adding Plugin ' valloric/youcompleteme ' using bundles in. VIMRC when installing with Vundle is not an unknown cause of installation failure
YCM compile-time additional options --system-libclang
to use the system's Clang package
My VIM configuration
Set tabstop=4Set softtabstop=4Set shiftwidth=4 Set NoexpandtabSet NuSet AutoindentSet CindentSet Nocompatiblefiletype offSet rtp+=~/.vim/bundle/vundle/Call VUNDLE#RC ()Plugin'Gmarik/vundle' filetype plugin indent onPlugin'Valloric/youcompleteme'Set completeopt=MenuLet g:ycm_global_ycm_extra_conf='~/.vim/bundle/youcompleteme/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py' "turn off static code checkingLet g:ycm_show_diagnostics_ui =0 "manual completion shortcut keysLet g:ycm_key_invoke_completion ='<C-c>'Let g:ycm_confirm_extra_conf=0Let G:ycm_cache_omnifunc =0Let G:ycm_seed_identifiers_with_syntax =1Let g:ycm_min_num_of_chars_for_completion=1Let G:ycm_collect_identifiers_from_tags_files =1Let g:ycm_collect_identifiers_from_comments_and_strings =1
Ubuntu Vim Youcomlpeteme Configuration