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

update example llvm version #592

Closed kibnakamoto closed 2 years ago

kibnakamoto commented 2 years ago

in the README.md, on the example of libclang path folder, says that I can provide only folder path but that doesn't work since it only accepts version llvm version 3.8, it is a bit confusing and took me a while to figure out that you need to include file path for whatever libclang version you have installed.

It makes more sense to just mention that you should include file-path. If you only put folder path, then it only works for llvm-3.8 and not llvm-14.

Thank you.