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
Hello,
Followed the installation through, no errors.
Should it just start suggesting completions when typing on vim?
I'm looking for autocompletion in bash scripts, any tricks to enable it?
Cheers.