From 61f9ef684d67743a99ce6d2cdc7253e7d846fed4 Mon Sep 17 00:00:00 2001 From: yanqd0 Date: Mon, 23 Nov 2015 00:01:59 +0800 Subject: [PATCH] Enable syntastic in python, for #22 --- MacOSX/.vim/plugins.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/MacOSX/.vim/plugins.vimrc b/MacOSX/.vim/plugins.vimrc index b6b87af..76895c3 100644 --- a/MacOSX/.vim/plugins.vimrc +++ b/MacOSX/.vim/plugins.vimrc @@ -85,6 +85,7 @@ let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 +" `pip install --user flake8` should be executed, for Python " for move faster Plugin 'Lokaltog/vim-easymotion'