Remove vim-flake8 plugin

This commit is contained in:
Kenneth Benzie 2016-09-11 11:45:35 +01:00
parent 444581affb
commit 241ce84784

3
vimrc
View File

@ -166,9 +166,6 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_python_checkers = ['pylint']
" Syntax checking for python
Plug 'nvie/vim-flake8', {'for': ['python']}
" Folding for json
Plug 'elzr/vim-json'