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'