Enable pylsp for ale
This commit is contained in:
@@ -30,6 +30,10 @@ set foldmethod=syntax
|
||||
set nofoldenable " Fuck autofolding
|
||||
|
||||
" ALE
|
||||
let g:ale_completion_enabled = 1
|
||||
let g:ale_linters = {
|
||||
\ 'python': ['pylsp'],
|
||||
\}
|
||||
let g:ale_fixers = {
|
||||
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||
\ 'python': ['black', 'isort'],
|
||||
|
||||
Reference in New Issue
Block a user