update readme file

This commit is contained in:
Kerem Cakirer
2017-09-16 21:59:56 +03:00
parent 10f1e6efb9
commit 252662f0b6

View File

@@ -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