Add floskell for Haskell formatting

This commit is contained in:
Rob Looby
2019-04-14 11:27:48 -05:00
parent 495bce32e9
commit 99361b2ca9
7 changed files with 61 additions and 0 deletions
+10
View File
@@ -12,6 +12,16 @@ g:ale_haskell_brittany_executable *g:ale_haskell_brittany_executable*
This variable can be changed to use a different executable for brittany.
===============================================================================
floskell *ale-haskell-floskell*
g:ale_haskell_floskell_executable *g:ale_haskell_floskell_executable*
*b:ale_haskell_floskell_executable*
Type: |String|
Default: `'floskell'`
This variable can be changed to use a different executable for floskell.
===============================================================================
ghc *ale-haskell-ghc*