Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Enable syntastic in python, for #22
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqd0 committed Nov 22, 2015
1 parent 0622abc commit 61f9ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MacOSX/.vim/plugins.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 61f9ef6

Please sign in to comment.