|
|
|
|
|
by eric-hu
4875 days ago
|
|
Instructions for an OS/X install with Brew, Macvim and Pathogen: cd ~/.vim/bundle git clone https://github.com/Valloric/YouCompleteMe.git cd YouCompleteMe mkdir ycmbuild cd ycmbuild # Do this only if you don't have cmake installed brew update brew install cmake cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/cpp/ make ycm_core <Restart vim> |
|