diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 689707d..8058087 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -85,10 +85,14 @@ let g:ghcmod_hlint_options = ['--ignore=Eta reduce $'] " ALE 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'], " \} let g:ale_haskell_hdevtools_options = "-g '-Wall' -g '-Wno-orphans'" +let g:ale_haskell_argon_error_level = 14 +let g:ale_haskell_argon_warn_level = 10 +let g:ale_haskell_argon_info_level = 6 " completion "