Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wtfbbqhax/403eae340951e656b882ebcd207ddb25 to your computer and use it in GitHub Desktop.
Save wtfbbqhax/403eae340951e656b882ebcd207ddb25 to your computer and use it in GitHub Desktop.
[Copypasta] Install YouCompleteMe on OSX
cd ~/.config/nvim/bundle
# cd ~/.vim/bundle
git clone --depth=10 git@github.com:Valloric/YouCompleteMe.git
cd YouCompleteMe
git submodule update --init --recursive
./install.py --clang-completer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment