Reconfigured ALE to use pylint for python linter

This commit is contained in:
Wryn Wagner 2020-04-02 12:39:40 -06:00
parent f8a2ce1d1e
commit 960715c753

View File

@ -69,7 +69,8 @@ nnoremap <C-p> :call ToggleYCM()<CR>
" --- ALE ---
let g:ale_linters = {
\ 'cs' : ['OmniSharp']
\ 'cs' : ['OmniSharp'],
\ 'python' : ['pylint']
\}
let g:ale_lint_on_text_changed = 'never'
let g:ale_lint_on_insert_leave = 'never'