summaryrefslogtreecommitdiff
path: root/doc/ale-objc.txt
blob: 2d5602676429e2fa76fa2e5dd2e0a482a1cdccd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
===============================================================================
ALE Objective-C Integration                                  *ale-objc-options*


===============================================================================
clang                                                          *ale-objc-clang*

g:ale_objc_clang_options                             *g:ale_objc_clang_options*
                                                     *b:ale_objc_clang_options*
  Type: |String|
  Default: `'-std=c11 -Wall'`

  This variable can be changed to modify flags given to clang.


===============================================================================
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.


===============================================================================
uncrustify                                                *ale-objc-uncrustify*

See |ale-c-uncrustify| for information about the available options.


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: