Merge remote-tracking branch 'AlexeiDrake/master' into bugfix/c-lsp-build-dir-settings

This commit is contained in:
w0rp
2019-08-18 18:28:58 +01:00
parent 91636cff06
commit 73812c3e41
7 changed files with 68 additions and 0 deletions
+5
View File
@@ -215,6 +215,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['haskell'],
\ 'description': 'Fix Haskell files with brittany.',
\ },
\ 'hindent': {
\ 'function': 'ale#fixers#hindent#Fix',
\ 'suggested_filetypes': ['haskell'],
\ 'description': 'Fix Haskell files with hindent.',
\ },
\ 'hlint': {
\ 'function': 'ale#fixers#hlint#Fix',
\ 'suggested_filetypes': ['haskell'],