diff options
Diffstat (limited to 'doc/ale-avra.txt')
-rw-r--r-- | doc/ale-avra.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/ale-avra.txt b/doc/ale-avra.txt new file mode 100644 index 00000000..a61913ad --- /dev/null +++ b/doc/ale-avra.txt @@ -0,0 +1,26 @@ +=============================================================================== +ALE AVRA Integration *ale-avra-options* + + +=============================================================================== +avra *ale-avra-avra* + +g:ale_avra_avra_executable *g:ale_avra_avra_executable* + *b:ale_avra_avra_executable* + + Type: |String| + Default `'avra'` + + This variable can be changed to use different executable for AVRA. + + +g:ale_avra_avra_options *g:ale_avra_avra_options* + *b:ale_avra_avra_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to AVRA. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |