1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: use ruff as default python formatter

This commit is contained in:
bretello 2023-12-04 10:21:14 +01:00
parent c41a91e784
commit 0ada46b805

View File

@ -17,7 +17,7 @@ let g:ale_fixers = {
\ 'markdown': ['prettier'],
\ 'terraform': ['terraform'],
\ 'yaml': ['prettier'],
\ 'python': ['black', 'isort'],
\ 'python': ['ruff'],
\ 'go': ['gofmt', 'goimports'],
\ 'rust': ['rustfmt'],
\ 'sql': ['pgformatter'],