diff options
author | Bartek Jasicki <thindil@laeran.pl> | 2019-11-05 17:59:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 17:59:51 +0100 |
commit | f63fd23f2e70631a24e9914fee17871f720586cd (patch) | |
tree | 44a7b9817b327081ff4e3d73bd20afd798f7c6f9 /doc/ale-ada.txt | |
parent | 09209dc54b166542d1251dc19f567e455c22efdb (diff) | |
download | ale-f63fd23f2e70631a24e9914fee17871f720586cd.zip |
Update doc/ale-ada.txt
Co-Authored-By: timlag1305 <timlag1305@gmail.com>
Diffstat (limited to 'doc/ale-ada.txt')
-rw-r--r-- | doc/ale-ada.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-ada.txt b/doc/ale-ada.txt index 1a31c804..0fc55a9c 100644 --- a/doc/ale-ada.txt +++ b/doc/ale-ada.txt @@ -43,5 +43,24 @@ g:ale_ada_adals_executable *g:ale_ada_adals_executable* This variable can be changed to use a different executable for Ada Language Server. + +g:ale_ada_adals_project *g:ale_ada_adals_project* + *b:ale_ada_adals_project* + Type: |String| + Default: `'default.gpr'` + +This variable can be changed to use a different GPR file for +Ada Language Server. + + +g:ale_ada_adals_encoding *g:ale_ada_adals_encoding* + *b:ale_ada_adals_encoding* + Type: |String| + Default: `'utf-8'` + +This variable can be changed to use a different file encoding for +Ada Language Server. + + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |