Add isort to Ale

This commit is contained in:
Pavle Portic 2021-10-10 13:00:50 +02:00
parent 5189eb6e4d
commit e215c44844
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function! UserConfig()
\ 'c': ['gcc'],
\ 'cpp': ['gcc'],
\ 'javascript': ['eslint'],
\ 'python': ['flake8', 'mypy'],
\ 'python': ['flake8', 'isort', 'mypy'],
\ }
let g:ale_lint_on_insert_leave = 1
let g:ale_fix_on_save = 1