]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-objcpp.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '294584081929424aec883f90c7d6515b3743358d' as '.vim/bundle/vim-lsp-ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-objcpp.txt
1 ===============================================================================
2 ALE Objective-C++ Integration                              *ale-objcpp-options*
3
4
5 ===============================================================================
6 clang                                                        *ale-objcpp-clang*
7
8                                              *ale-options.objcpp_clang_options*
9                                                    *g:ale_objcpp_clang_options*
10                                                    *b:ale_objcpp_clang_options*
11 objcpp_clang_options
12 g:ale_objcpp_clang_options
13   Type: |String|
14   Default: `'-std=c++14 -Wall'`
15
16   This variable can be changed to modify flags given to clang.
17
18
19 ===============================================================================
20 clangd                                                      *ale-objcpp-clangd*
21
22                                          *ale-options.objcpp_clangd_executable*
23                                                *g:ale_objcpp_clangd_executable*
24                                                *b:ale_objcpp_clangd_executable*
25 objcpp_clangd_executable
26 g:ale_objcpp_clangd_executable
27   Type: |String|
28   Default: `'clangd'`
29
30   This variable can be changed to use a different executable for clangd.
31
32                                             *ale-options.objcpp_clangd_options*
33                                                   *g:ale_objcpp_clangd_options*
34                                                   *b:ale_objcpp_clangd_options*
35 objcpp_clangd_options
36 g:ale_objcpp_clangd_options
37   Type: |String|
38   Default: `''`
39
40   This variable can be changed to modify flags given to clangd.
41
42
43 ===============================================================================
44 uncrustify                                              *ale-objcpp-uncrustify*
45
46 See |ale-c-uncrustify| for information about the available options.
47
48
49 ===============================================================================
50   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: