mirror of
https://github.com/keremc/asyncomplete-clang.vim.git
synced 2025-12-16 12:00:14 +01:00
update readme file
This commit is contained in:
@@ -21,7 +21,7 @@ autocmd User asyncomplete_setup call asyncomplete#register_source(
|
||||
|
||||
## Configuration
|
||||
|
||||
This plugin can be further configured by passing a dictionary to asyncomplete#sources#clang#get_source_options() like this:
|
||||
This plugin can be further configured by passing a dictionary to `asyncomplete#sources#clang#get_source_options()` like this:
|
||||
```vim
|
||||
autocmd User asyncomplete_setup call asyncomplete#register_source(
|
||||
\ asyncomplete#sources#clang#get_source_options({
|
||||
@@ -38,7 +38,7 @@ autocmd User asyncomplete_setup call asyncomplete#register_source(
|
||||
| Option | Explanation |
|
||||
|---|---|
|
||||
| config.clang_path | Path to the `clang` binary. If `clang` cannot be found in `PATH`, you must specify this manually. |
|
||||
| config.clang_args | Map where the key is a file type name and its value is a list of Clang arguments to be used with that file type. If there is no entry for a particular file type, ``'default'`` is used instead. |
|
||||
| config.clang_args | Map where the key is a file type name and its value is a list of Clang arguments to be used with that file type. If there is no entry for a particular file type, `'default'` is used instead. |
|
||||
|
||||
### .clang_complete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user