From 5c1336fb348259fb6856e780d9b3feb852d7b809 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 24 Apr 2018 19:08:33 +0200 Subject: [PATCH] tweak syntastic options --- init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index e907a47..38d5441 100644 --- a/init.vim +++ b/init.vim @@ -115,7 +115,9 @@ runtime lightline.vim " Syntastic let g:syntastic_check_on_open = 1 let g:syntastic_enable_signs = 1 -let g:syntastic_python_checkers = ["flake8", "python"] +let g:syntastic_auto_jump = 1 +let g:syntastic_shell = "/bin/sh" +let g:syntastic_python_checkers = ["flake8"] let g:syntastic_python_python_exe = 'python3' " Tagbar