From 241ce84784b924095cdfd9961cf67478bb12b3fa Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Sep 2016 11:45:35 +0100 Subject: [PATCH] Remove vim-flake8 plugin --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 473cd3e..e4e0f67 100644 --- a/vimrc +++ b/vimrc @@ -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'