From c58eab1c0e3cef41861a527e3e1d56d3ae95d3ad Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 20 Jun 2018 15:49:42 +0200 Subject: [PATCH] Brittany --- after/ftplugin/haskell.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 8058087..0965b8b 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -87,7 +87,7 @@ let g:ale_enabled = 1 let g:ale_linters = {'haskell':['ghc-mod', 'hdevtools'], 'c':['clang']} " let g:ale_linters = {'haskell':['ghc-mod', 'hdevtools', 'argon'], 'c':['clang']} " let g:ale_fixers = { - " \ 'go': ['gofmt', 'goimports'], + " \ 'haskell': ['brittany'], " \} let g:ale_haskell_hdevtools_options = "-g '-Wall' -g '-Wno-orphans'" let g:ale_haskell_argon_error_level = 14