Skip to content

Instantly share code, notes, and snippets.

@echain
Last active December 12, 2015 06:19
Show Gist options
  • Save echain/4728110 to your computer and use it in GitHub Desktop.
Save echain/4728110 to your computer and use it in GitHub Desktop.
sudo pacman -S cmake clang llvm
ln -s /usr/lib/llvm/libclang.so ~/.vim/bundle/YouCompleteMe/python
mkdir -p /tmp/ycm_build
cd /tmp/ycm_build
cmake -G "Unix Makefiles" -DEXTERNAL_LIBCLANG_PATH=/usr/lib/llvm/libclang.so . ~/.vim/bundle/YouCompleteMe/cpp
make ycm_core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment