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

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']
\}