vim: add yaml fixer (prettier)

feature/symbol-search
bretello 2020-05-24 16:15:35 +02:00
parent a8ab1d80b5
commit aa729b92e9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ let g:ale_fixers = {
\ 'json': ['prettier'],
\ 'css': ['prettier'],
\ 'markdown': ['prettier'],
\ 'yaml': ['prettier'],
\ 'python': ['black', 'isort'],
\ 'go': ['gofmt', 'goimports'],
\ 'rust': ['rustfmt'],