disable annoying CtrlP autojump
This commit is contained in:
parent
def2c88673
commit
d2127146d0
2
init.vim
2
init.vim
@ -118,7 +118,7 @@ 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_auto_jump = 1
|
let g:syntastic_auto_jump = 0
|
||||||
let g:syntastic_shell = "/bin/sh"
|
let g:syntastic_shell = "/bin/sh"
|
||||||
let g:syntastic_python_checkers = ["flake8"]
|
let g:syntastic_python_checkers = ["flake8"]
|
||||||
let g:syntastic_python_python_exe = 'python3'
|
let g:syntastic_python_python_exe = 'python3'
|
||||||
|
Loading…
Reference in New Issue
Block a user