Skip to content

Instantly share code, notes, and snippets.

@osyo-manga
Created July 16, 2011 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osyo-manga/1086037 to your computer and use it in GitHub Desktop.
Save osyo-manga/1086037 to your computer and use it in GitHub Desktop.
let $LLVM_CLANG_ROOT='D:/clang'
let g:clang_conceal_snippets=1
let g:clang_complete_auto=1
let g:clang_exec =$LLVM_CLANG_ROOT.'/bin/clang.exe'
let g:clang_use_library=1
let g:clang_library_path=$LLVM_CLANG_ROOT.'/bin'
let g:clang_debug=1
let g:clang_user_options = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment