Merge pull request #2437 from robertjlooby/add-floskell

Add floskell for Haskell formatting
This commit is contained in:
w0rp
2019-05-01 22:43:44 +01:00
committed by GitHub
7 changed files with 61 additions and 0 deletions
+5
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'],