updatetime set to 100
This commit is contained in:
parent
b6c96e1a79
commit
41e372c276
5
vimrc
5
vimrc
|
@ -74,6 +74,9 @@ Plugin 'vimwiki/vimwiki'
|
||||||
" youcompleteme
|
" youcompleteme
|
||||||
" https://github.com/Valloric/YouCompleteMe
|
" https://github.com/Valloric/YouCompleteMe
|
||||||
Plugin 'Valloric/YouCompleteMe'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
|
" gitgutter
|
||||||
|
" https://github.com/airblade/vim-gitgutter/blob/master/README.mkd
|
||||||
|
Plugin 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
@ -97,7 +100,7 @@ set guioptions+=c
|
||||||
|
|
||||||
" set t_Sb=<Esc>[4%p1%dm " background coloru
|
" set t_Sb=<Esc>[4%p1%dm " background coloru
|
||||||
|
|
||||||
set updatetime=30000
|
set updatetime=100
|
||||||
|
|
||||||
set backupdir=~/.vimtmp
|
set backupdir=~/.vimtmp
|
||||||
set directory=~/.vimtmp
|
set directory=~/.vimtmp
|
||||||
|
|
Loading…
Reference in New Issue