xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

how to uninstall? #449

Closed bubifengyun closed 9 years ago

bubifengyun commented 9 years ago

Using Omnicppcomplete very long time, i like it. but i use

make install

i find that it pops

Loading libclang failed, completion won't be available. Consider setting g:clang_library_p ath.

i don't know how to set the clang_library_path, and i want to uninstall it? how to uninstall?

xaizek commented 9 years ago

How about make uninstall?

bubifengyun commented 9 years ago

thank you. i find in Makefile make uninstall make clean just OK, thank you.