Skip to content

Commit

Permalink
Merge pull request #592 from kibnakamoto/master
Browse files Browse the repository at this point in the history
update example llvm version
  • Loading branch information
xaizek authored Sep 1, 2022
2 parents 813aa27 + 7b27377 commit e25b6a5
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 e25b6a5

Please sign in to comment.