diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-08 16:21:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 16:21:32 +0800 |
| commit | 76834bd25e53861ed15f44ab4981a6568a09c24b (patch) | |
| tree | d74cdaee8a8c280235367d511dde24dd4ab31ef9 | |
| parent | e729604b9e5f38da03429c178a631b7b3694d601 (diff) | |
Remove flake8 linter for Python
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index 74a6c3e..4403797 100644 --- a/plugins.vim +++ b/plugins.vim @@ -603,7 +603,7 @@ augroup END """""""""""""""""""""""""""""" ale settings """"""""""""""""""""""" " linters for different filetypes let g:ale_linters = { - \ 'python': ['pylint', 'flake8'], + \ 'python': ['pylint'], \ 'vim': ['vint'] \} |
