Skip to content

Instantly share code, notes, and snippets.

@mvaldesdeleon
Created December 26, 2018 12:33
Show Gist options
  • Save mvaldesdeleon/7b81dd986c7467de4c3bcdb21f61c2c3 to your computer and use it in GitHub Desktop.
Save mvaldesdeleon/7b81dd986c7467de4c3bcdb21f61c2c3 to your computer and use it in GitHub Desktop.
let g:ale_fix_on_save = 1
let g:ale_fixers['haskell'] = ['hfmt']
let g:ale_linters = {
\ 'haskell': ['ghc', 'hlint'],
\}
nmap <silent> <Leader>< <Plug>(ale_previous_wrap)
nmap <silent> <Leader>> <Plug>(ale_next_wrap)
nmap <silent> <Leader>? <Plug>(ale_detail)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment