From 80d0d31252f2d997eba7a2ac30bffce7a5901425 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 6 Jan 2016 12:12:53 -0600 Subject: [PATCH] re-enable gitgutter --- bundles.d/vcs.git.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles.d/vcs.git.vim b/bundles.d/vcs.git.vim index ce52f8d..70925be 100644 --- a/bundles.d/vcs.git.vim +++ b/bundles.d/vcs.git.vim @@ -1,6 +1,6 @@ if executable('git') - NeoBundleLazy 'airblade/vim-gitgutter' + NeoBundle 'airblade/vim-gitgutter' NeoBundle 'tpope/vim-fugitive', { \ 'autoload' : {'commands': \ ['Gwrite', 'Gcommit', 'Gmove', 'Ggrep', 'Gbrowse', 'Glog',