mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Fix typo
parent
e70449f932
commit
c7cc9e6c44
4
ALE.md
4
ALE.md
@ -7,8 +7,8 @@ To set init options for `ccls`, add to `~/.vimrc` or `~/.vim/vimrc` (example for
|
|||||||
```viml
|
```viml
|
||||||
let g:ale_cpp_ccls_init_options = {
|
let g:ale_cpp_ccls_init_options = {
|
||||||
\ 'cache': {
|
\ 'cache': {
|
||||||
\ 'directory': '/tmp/ccls/cache'),
|
\ 'directory': '/tmp/ccls/cache'
|
||||||
\ },
|
\ }
|
||||||
\ }
|
\ }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ _appended_ to the compiler flags for files found in `compile_commands.json`.
|
|||||||
This argument should be added only when parsing C (`%c`), C++ (`%cpp`),
|
This argument should be added only when parsing C (`%c`), C++ (`%cpp`),
|
||||||
Objective-C (`%objective-c`), or Objective-C++ (`%objective-c++`) files.
|
Objective-C (`%objective-c`), or Objective-C++ (`%objective-c++`) files.
|
||||||
|
|
||||||
### `%cu
|
### `%cu`
|
||||||
|
|
||||||
This argument should be added only when parsing CUDA files. If you want an option to be added
|
This argument should be added only when parsing CUDA files. If you want an option to be added
|
||||||
to both CUDA and regular C++ files, write `%cpp %cu -DA`.
|
to both CUDA and regular C++ files, write `%cpp %cu -DA`.
|
||||||
|
Loading…
Reference in New Issue
Block a user