tweak syntastic options
This commit is contained in:
parent
3532d7eb8f
commit
5c1336fb34
4
init.vim
4
init.vim
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user