Below are the instructions for installing YouCompleteMe on Mac OS X
brew install cmakecd ~/.vim/bundlegit clone https://github.com/Valloric/YouCompleteMe.gitmkdir YouCompleteMe/ycmbuildcd YouCompleteMe/ycmbuildcmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/cpp/make ycm_core- Restart Vim
- Enjoy
What should I do after step #7? I've
make ycm_coresuccessfully, but I don't have autocomplete when I open Vim again.