updatetime set to 100

This commit is contained in:
ManjaroOne666 2018-02-23 13:12:42 +00:00
parent b6c96e1a79
commit 41e372c276
1 changed files with 4 additions and 1 deletions

5
vimrc
View File

@ -74,6 +74,9 @@ Plugin 'vimwiki/vimwiki'
" youcompleteme
" https://github.com/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
call vundle#end() " required
@ -97,7 +100,7 @@ set guioptions+=c
" set t_Sb=<Esc>[4%p1%dm " background coloru
set updatetime=30000
set updatetime=100
set backupdir=~/.vimtmp
set directory=~/.vimtmp