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:
parent
e729604b9e
commit
76834bd25e
@ -603,7 +603,7 @@ augroup END
|
|||||||
"""""""""""""""""""""""""""""" ale settings """""""""""""""""""""""
|
"""""""""""""""""""""""""""""" ale settings """""""""""""""""""""""
|
||||||
" linters for different filetypes
|
" linters for different filetypes
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'python': ['pylint', 'flake8'],
|
\ 'python': ['pylint'],
|
||||||
\ 'vim': ['vint']
|
\ 'vim': ['vint']
|
||||||
\}
|
\}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user