changeset 305:a333541a5c74

Syntastic config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 00:47:48 -0700
parents 50fbd059a6a1
children 7a47a1cc8687
files vim/vimrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Wed Jul 29 00:27:03 2015 -0700
+++ b/vim/vimrc	Wed Jul 29 00:47:48 2015 -0700
@@ -256,6 +256,10 @@
 
 " Syntastic {{{
 
+let g:syntastic_auto_loc_list = 1
+let g:syntastic_check_on_open = 1
+let g:syntastic_check_on_wq = 0
+
 " flake8 includes pyflakes, pep8, and mccabe
 " I could maybe replace pyflakes with frosted?
 let g:syntastic_python_checkers = ['flake8'] ", 'pylint']