I installed You Complete Meusing Vundleand then launched
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer
And added
let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleMe/cpp/ycm/.ycm_extra_conf.py'
to my vimrcfile.
Now when I write the code C++11, ycmit gives me syntax errors! What am I doing wrong?
source
share