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:
parent
a8ab1d80b5
commit
aa729b92e9
|
@ -19,6 +19,7 @@ let g:ale_fixers = {
|
|||
\ 'json': ['prettier'],
|
||||
\ 'css': ['prettier'],
|
||||
\ 'markdown': ['prettier'],
|
||||
\ 'yaml': ['prettier'],
|
||||
\ 'python': ['black', 'isort'],
|
||||
\ 'go': ['gofmt', 'goimports'],
|
||||
\ 'rust': ['rustfmt'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user