summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
diff options
context:
space:
mode:
authorKtorZ <matthias.benkort@gmail.com>2018-09-11 17:17:55 +0200
committerKtorZ <matthias.benkort@gmail.com>2018-09-18 08:25:41 +0200
commitd84fcf6c3c0d492cf20e4c32566163e94ee6703d (patch)
treed7f19a62619c8a2859586e594b35e614f60e7d0d /doc/ale-haskell.txt
parent78af99c2566ef8fed443ce253e0de9323b9e5043 (diff)
downloadale-d84fcf6c3c0d492cf20e4c32566163e94ee6703d.zip
Define custom vim global variables to pass options to hlint
Diffstat (limited to 'doc/ale-haskell.txt')
-rw-r--r--doc/ale-haskell.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index c1f1e889..a59fa4e2 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -77,6 +77,15 @@ g:ale_haskell_hlint_executable *g:ale_haskell_hlint_executable*
This variable can be changed to use a different executable for hlint.
+
+g:ale_haskell_hlint_options g:ale_haskell_hlint_options
+ b:ale_haskell_hlint_options
+ Type: String
+ Default: ''
+
+ This variable can be used to pass extra options to the underlying hlint
+ executable.
+
===============================================================================
stack-build *ale-haskell-stack-build*