Add luafmt fixer (#3289)

This commit is contained in:
zandr
2020-11-21 10:59:50 -05:00
committed by GitHub
parent 8e28de142a
commit e5d16caebe
8 changed files with 72 additions and 0 deletions

View File

@@ -375,6 +375,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['html', 'htmldjango'],
\ 'description': 'Fix HTML files with html-beautify.',
\ },
\ 'luafmt': {
\ 'function': 'ale#fixers#luafmt#Fix',
\ 'suggested_filetypes': ['lua'],
\ 'description': 'Fix Lua files with luafmt.',
\ },
\ 'dhall': {
\ 'function': 'ale#fixers#dhall#Fix',
\ 'suggested_filetypes': ['dhall'],