Skip to content

Instantly share code, notes, and snippets.

@gwijayas
Last active January 2, 2016 16:59
Show Gist options
  • Save gwijayas/8333907 to your computer and use it in GitHub Desktop.
Save gwijayas/8333907 to your computer and use it in GitHub Desktop.
vim YouCompleteMe clang support with system version of clang
cmake -G "Unix Makefiles" -DUSE_SYSTEM_LIBCLANG=ON . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp
make ycm_support_libs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment