Reduce updatetime for gitgutter
This commit is contained in:
parent
2d695245b3
commit
4c4113803c
1
init.vim
1
init.vim
|
@ -42,6 +42,7 @@ Plug 'michaelb/sniprun', {'do': 'bash install.sh'}
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
set updatetime=500
|
||||||
set mouse=nv
|
set mouse=nv
|
||||||
let g:python3_host_prog = '~/.pyenv/versions/neovim3/bin/python'
|
let g:python3_host_prog = '~/.pyenv/versions/neovim3/bin/python'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue