From 167a2c7db67a2f22f6d1c36213880da981e41f01 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 4 Feb 2026 08:07:29 -0500 Subject: [PATCH] vimrc: add vim-gitgutter plugin, set default updatetime --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index c2f0ed9..4717032 100644 --- a/.vimrc +++ b/.vimrc @@ -24,6 +24,7 @@ Plugin 'https://github.com/tpope/vim-obsession' "Plugin 'https://github.com/pangloss/vim-javascript.git' "Plugin 'tikhomirov/vim-glsl' Plugin 'https://github.com/sheerun/vim-polyglot' +Plugin 'https://github.com/airblade/vim-gitgutter' " All of your Plugins must be added before the following line call vundle#end() " required @@ -36,6 +37,7 @@ call vundle#end() " required " some general vim settings filetype plugin indent on syntax on +set updatetime=100 colorscheme deus " change default deus function color hi! link Function deusAqua