Skip to content

Instantly share code, notes, and snippets.

@saevarb
Created April 12, 2014 12:58
Show Gist options
  • Save saevarb/10534509 to your computer and use it in GitHub Desktop.
Save saevarb/10534509 to your computer and use it in GitHub Desktop.
autocmd BufWritePost *.hs SyntasticCheck
let g:syntastic_aggregate_errors = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_haskell_checkers = ['hdevtools', 'hlint']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment