Skip to content

Instantly share code, notes, and snippets.

@SebReuter
Forked from ChengLong/InstructionsForYCM-Mac.md
Created February 27, 2019 09:58
Show Gist options
  • Save SebReuter/71c778f36269f846e650b36c14b94660 to your computer and use it in GitHub Desktop.
Save SebReuter/71c778f36269f846e650b36c14b94660 to your computer and use it in GitHub Desktop.
Install YouCompleteMe on Mac OS X

Below are the instructions for installing YouCompleteMe on Mac OS X

Prerequisites

Instructions

  1. brew install cmake
  2. cd ~/.vim/bundle
  3. git clone https://github.com/Valloric/YouCompleteMe.git
  4. mkdir YouCompleteMe/ycmbuild
  5. cd YouCompleteMe/ycmbuild
  6. cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/cpp/
  7. make ycm_core
  8. Restart Vim
  9. Enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment