]> git.madduck.net Git - etc/vim.git/blob - doc/ale-ada.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-ada.txt
1 ===============================================================================
2 ALE Ada Integration                                           *ale-ada-options*
3
4
5 ===============================================================================
6 cspell                                                         *ale-ada-cspell*
7
8 See |ale-cspell-options|
9
10
11 ===============================================================================
12 gcc                                                               *ale-ada-gcc*
13
14                                                *ale-options.ada_gcc_executable*
15                                                      *g:ale_ada_gcc_executable*
16                                                      *b:ale_ada_gcc_executable*
17 ada_gcc_executable
18 g:ale_ada_gcc_executable
19   Type: |String|
20   Default: `'gcc'`
21
22   This variable can be changed to use a different executable for gcc.
23
24                                                   *ale-options.ada_gcc_options*
25                                                         *g:ale_ada_gcc_options*
26                                                         *b:ale_ada_gcc_options*
27 ada_gcc_options
28 g:ale_ada_gcc_options
29   Type: |String|
30   Default: `'-gnatwa -gnatq'`
31
32   This variable can be set to pass additional options to gcc.
33
34
35 ===============================================================================
36 gnatpp                                                         *ale-ada-gnatpp*
37
38                                                *ale-options.ada_gnatpp_options*
39                                                      *g:ale_ada_gnatpp_options*
40                                                      *b:ale_ada_gnatpp_options*
41 ada_gnatpp_options
42 g:ale_ada_gnatpp_options
43   Type: |String|
44   Default: `''`
45
46   This variable can be set to pass extra options to the gnatpp fixer.
47
48
49 ===============================================================================
50 ada-language-server                                   *ale-ada-language-server*
51
52                                              *ale-options.ada_adals_executable*
53                                                    *g:ale_ada_adals_executable*
54                                                    *b:ale_ada_adals_executable*
55 ada_adals_executable
56 g:ale_ada_adals_executable
57   Type: |String|
58   Default: `'ada_language_server'`
59
60   This variable can be changed to use a different executable for Ada Language
61   Server.
62
63                                                 *ale-options.ada_adals_project*
64                                                       *g:ale_ada_adals_project*
65                                                       *b:ale_ada_adals_project*
66 ada_adals_project
67 g:ale_ada_adals_project
68   Type: |String|
69   Default: `'default.gpr'`
70
71   This variable can be changed to use a different GPR file for Ada Language
72   Server.
73
74                                                *ale-options.ada_adals_encoding*
75                                                      *g:ale_ada_adals_encoding*
76                                                      *b:ale_ada_adals_encoding*
77 ada_adals_encoding
78 g:ale_ada_adals_encoding
79   Type: |String|
80   Default: `'utf-8'`
81
82   This variable can be changed to use a different file encoding for Ada
83   Language Server.
84
85
86 ===============================================================================
87   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: