diff options
Diffstat (limited to 'doc/ale-objc.txt')
-rw-r--r-- | doc/ale-objc.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-objc.txt b/doc/ale-objc.txt index 35b9a795..9e7db367 100644 --- a/doc/ale-objc.txt +++ b/doc/ale-objc.txt @@ -14,4 +14,23 @@ g:ale_objc_clang_options *g:ale_objc_clang_options* =============================================================================== +clangd *ale-objc-clangd* + +g:ale_objc_clangd_executable *g:ale_objc_clangd_executable* + *b:ale_objc_clangd_executable* + Type: |String| + Default: `'clangd'` + + This variable can be changed to use a different executable for clangd. + + +g:ale_objc_clangd_options *g:ale_objc_clangd_options* + *b:ale_objc_clangd_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to clangd. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |