diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-09 14:25:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 14:25:30 +0800 |
| commit | cdd5f786f5d411839b0390c4dd86cd9e1d456f03 (patch) | |
| tree | eddacb81fbccf06fc0160d6a57dc70f86c1cf655 | |
| parent | 4d20abd69f024ecdad4c645bbc1da88a0846d9a0 (diff) | |
Update plugins.vim
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index e64623b..8559feb 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'] \} |
