Add floskell for Haskell formatting

This commit is contained in:
Rob Looby
2019-04-14 11:18:50 -05:00
parent 495bce32e9
commit 99361b2ca9
7 changed files with 61 additions and 0 deletions

View File

@@ -190,6 +190,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['hack'],
\ 'description': 'Fix Hack files with hackfmt.',
\ },
\ 'floskell': {
\ 'function': 'ale#fixers#floskell#Fix',
\ 'suggested_filetypes': ['haskell'],
\ 'description': 'Fix Haskell files with floskell.',
\ },
\ 'hfmt': {
\ 'function': 'ale#fixers#hfmt#Fix',
\ 'suggested_filetypes': ['haskell'],