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'