]> git.madduck.net Git - etc/vim.git/blob - doc/ale-c3.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:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-c3.txt
1 ===============================================================================
2 ALE C3 Integration                                             *ale-c3-options*
3
4 ===============================================================================
5 c3lsp                                                            *ale-c3-c3lsp*
6
7                                               *ale-options.c3_c3lsp_executable*
8                                                     *g:ale_c3_c3lsp_executable*
9                                                     *b:ale_c3_c3lsp_executable*
10 c3_c3lsp_executable
11 g:ale_c3_c3lsp_executable
12   Type: |String|
13   Default: `c3lsp`
14
15   This variable can be changed to set the path to c3lsp executable.
16
17                                                  *ale-options.c3_c3lsp_options*
18                                                        *g:ale_c3_c3lsp_options*
19                                                        *b:ale_c3_c3lsp_options*
20 c3_c3lsp_options
21 g:ale_c3_c3lsp_options
22   Type: |String|
23   Default: `''`
24
25   Add command line options to the c3lsp executable. This is useful to specify
26   the path to the C3 standard library with '-stdlib-path=<path>'.
27
28                                             *ale-options.c3_c3lsp_init_options*
29                                                   *g:ale_c3_c3lsp_init_options*
30                                                   *b:ale_c3_c3lsp_init_options*
31 c3_c3lsp_init_options
32 g:ale_c3_c3lsp_init_options
33   Type: |Dictionary|
34   Default: `{}`
35
36   Dictionary containing configuration settings that will be passed to the
37   language server.
38
39
40 ===============================================================================
41   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: