1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-25 04:51:31 +01:00

vim: add yaml fixer (prettier)

This commit is contained in:
bretello 2020-05-24 16:15:35 +02:00
parent a8ab1d80b5
commit aa729b92e9

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'],