Skip to content

Commit

Permalink
update example llvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
kibnakamoto authored Aug 31, 2022
1 parent 813aa27 commit 7b27377
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ $ vim clang_complete.vmb -c 'so %' -c 'q'
the file itself, example:

```vim
" path to directory where library can be found
let g:clang_library_path='/usr/lib/llvm-3.8/lib'
" or path directly to the library file
let g:clang_library_path='/usr/lib64/libclang.so.3.8'
" provide path directly to the library file
let g:clang_library_path='/usr/lib/llvm-14/lib/libclang-14.so.1'
```

- Compiler options can be configured in a `.clang_complete` file in each project
Expand Down

0 comments on commit 7b27377

Please sign in to comment.