1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Remove flake8 linter for Python

This commit is contained in:
jdhao 2020-01-08 16:21:32 +08:00 committed by GitHub
parent e729604b9e
commit 76834bd25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -603,7 +603,7 @@ augroup END
"""""""""""""""""""""""""""""" ale settings """""""""""""""""""""""
" linters for different filetypes
let g:ale_linters = {
\ 'python': ['pylint', 'flake8'],
\ 'python': ['pylint'],
\ 'vim': ['vint']
\}