add pylint to linters

This commit is contained in:
James Dixon 2020-11-05 23:16:51 -05:00
parent cb103f2cf9
commit 2e70866358

View File

@ -64,7 +64,7 @@ let g:netrw_nogx = 1
"ale "ale
let g:ale_linters = { let g:ale_linters = {
\ 'python': ['flake8'], \ 'python': ['flake8', 'pylint'],
\ 'javascript': ['eslint'], \ 'javascript': ['eslint'],
\ 'markdown': ['mdl', 'write-good'] \ 'markdown': ['mdl', 'write-good']
\} \}