tweak syntastic options

This commit is contained in:
Michele Guerini Rocco 2018-04-24 19:08:33 +02:00
parent 3532d7eb8f
commit 5c1336fb34
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -115,7 +115,9 @@ runtime lightline.vim
" Syntastic " Syntastic
let g:syntastic_check_on_open = 1 let g:syntastic_check_on_open = 1
let g:syntastic_enable_signs = 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' let g:syntastic_python_python_exe = 'python3'
" Tagbar " Tagbar