/************************************************************************************** * Vim Vundle youcompleteme * Description: * Prior to the installation of Vim in the ycm out of the problem, can not be installed, this time to spend a little bit more to toss, it is possible. * 2016-8-14 Shenzhen Nanshan Ping Shan village Zengjianfeng ***************************** ********************************************************/Vim+vundle+youcompleteme. Reference Documentation:1. Youcompleteme https://Github.com/valloric/youcompleteme 2. Vim+vundle+youcompleteme http://blog.csdn.net/vintage_1/article/details/21557277 3. When I'm Installing the Youcompleteme plug-in for Macvim, it shows'Please install Cmake and retry'. What should I do next?Https//www.quora.com/ When-im-installing-the-youcompleteme-plug-in-for-macvim-it-shows-please-install-cmake-and-retry-what-should-i-do-next two. Vim plug-in installation:1. . VIMRC Add Plugin'Valloric/youcompleteme' 2. Vim in execution: Plugininstall3. Wait for the installation to complete4. [Email protected]:~/.vim/bundle/youcompleteme$./install.py--clang-Completer5. [Email protected]:~/.vim/bundle/youcompleteme$ cp./third_party/ycmd/cpp/ycm/.ycm_extra_conf.py ~three. YCM. VIMRC configuration:"""""""""""""""""""""""""""""" "ycm Setting """"""""""""""""""""""""""""""Let g:ycm_global_ycm_extra_conf='~/.ycm_extra_conf.py'Let g:ycm_collect_identifiers_from_tag_files=1Let g:ycm_seed_identifiers_with_syntax=1Let g:ycm_confirm_extra_conf=0Let g:ycm_key_invoke_completion='<C-/>'Nnoremap<F5>:ycmforcecompileanddiagnostics<cr>
Vim Vundle Youcompleteme