Add purty fixer.

This commit is contained in:
Sorin Iclanzan
2019-08-12 11:49:19 -04:00
parent dd1e1025b8
commit f89b49a014
7 changed files with 63 additions and 0 deletions

View File

@@ -225,6 +225,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['haskell'],
\ 'description': 'Refactor Haskell files with stylish-haskell.',
\ },
\ 'purty': {
\ 'function': 'ale#fixers#purty#Fix',
\ 'suggested_filetypes': ['purescript'],
\ 'description': 'Format PureScript files with purty.',
\ },
\ 'ocamlformat': {
\ 'function': 'ale#fixers#ocamlformat#Fix',
\ 'suggested_filetypes': ['ocaml'],