From ee8f276d61dd2b1625ecdc7086cfba2748f08b9a Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Wed, 24 Oct 2018 18:09:53 +0800 Subject: [PATCH] update vim conf --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index fae807d..1002b8e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -21,6 +21,8 @@ Plugin 'scrooloose/nerdcommenter' " git 插件 Plugin 'https://github.com/tpope/vim-fugitive.git' +Plugin 'airblade/vim-gitgutter' +set updatetime=100 Plugin 'https://github.com/plytophogy/vim-virtualenv.git' let g:virtualenv_directory = '~/.virtualenv'