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.
1 ===============================================================================
2 ALE Dhall Integration *ale-dhall-options*
4 Dhall - https://dhall-lang.org/
6 *ale-options.dhall_executable*
7 *g:ale_dhall_executable*
8 *b:ale_dhall_executable*
10 g:ale_dhall_executable
14 *ale-options.dhall_options*
22 This variable can be set to pass additional options to the 'dhall` executable.
23 This is shared with `dhall-freeze` and `dhall-lint`.
25 let g:ale_dhall_options = '--ascii'
28 ===============================================================================
29 dhall-format *ale-dhall-format*
32 ===============================================================================
33 dhall-freeze *ale-dhall-freeze*
36 -------------------------------------------------------------------------------
38 *ale-options.dhall_freeze_options*
39 *g:ale_dhall_freeze_options*
40 *b:ale_dhall_freeze_options*
42 g:ale_dhall_freeze_options
46 This variable can be set to pass additional options to the 'dhall freeze`
49 let g:ale_dhall_freeze_options = '--all'
52 ===============================================================================
53 dhall-lint *ale-dhall-lint*
56 ===============================================================================
57 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: