disable annoying CtrlP autojump

This commit is contained in:
Michele Guerini Rocco 2018-06-01 22:57:04 +02:00
parent def2c88673
commit d2127146d0
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -118,7 +118,7 @@ runtime lightline.vim
" Syntastic
let g:syntastic_check_on_open = 1
let g:syntastic_enable_signs = 1
let g:syntastic_auto_jump = 1
let g:syntastic_auto_jump = 0
let g:syntastic_shell = "/bin/sh"
let g:syntastic_python_checkers = ["flake8"]
let g:syntastic_python_python_exe = 'python3'