summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2019-11-19 21:15:35 +0000
committerDavid Wood <david@davidtw.co>2020-10-23 11:48:21 +0100
commitb496c4b1648cd15f8f6918d7c29853a8a04525c4 (patch)
treea02fc3092d358b4a7562c0b2aebe8b7e9118bdf1 /doc/ale-haskell.txt
parent557a1ed5da70cb443a8650766f4e8ea95e8c0da3 (diff)
downloadale-b496c4b1648cd15f8f6918d7c29853a8a04525c4.zip
Add ormolu fixer.
This commit adds a fixer for the Haskell language, ormolu (https://github.com/tweag/ormolu). Signed-off-by: David Wood <david@davidtw.co>
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 5dd3ec15..fde439fe 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -173,4 +173,24 @@ g:ale_haskell_hie_executable *g:ale_haskell_hie_executable*
===============================================================================
+ormolu *ale-haskell-ormolu*
+
+g:ale_haskell_ormolu_executable *g:ale_haskell_ormolu_executable*
+ *b:ale_haskell_ormolu_executable*
+ Type: |String|
+ Default: `'ormolu'`
+
+ This variable can be changed to use a different executable for ormolu.
+
+
+g:ale_haskell_ormolu_options *g:ale_haskell_ormolu_options*
+ *b:ale_haskell_ormolu_options*
+ Type: String
+ Default: ''
+
+ This variable can be used to pass extra options to the underlying ormolu
+ executable.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: