summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r--doc/ale-haskell.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index bd5a5edf..bcd15724 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -225,4 +225,24 @@ g:ale_haskell_ormolu_options *g:ale_haskell_ormolu_options*
===============================================================================
+fourmolu *ale-haskell-fourmolu*
+
+g:ale_haskell_fourmolu_executable *g:ale_haskell_fourmolu_executable*
+ *b:ale_haskell_fourmolu_executable*
+ Type: |String|
+ Default: `'fourmolu'`
+
+ This variable can be changed to use a different executable for fourmolu.
+
+
+g:ale_haskell_fourmolu_options *g:ale_haskell_fourmolu_options*
+ *b:ale_haskell_fourmolu_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be used to pass extra options to the underlying fourmolu
+ executable.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: