From cf50ade2570aee0ab1f5b693d25aba1e032de879 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Thu, 2 May 2013 16:43:29 -0500 Subject: [PATCH] Removed gitgutter - causing slowness --- vim/vundles.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index 7de5359b..af811aff 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -50,7 +50,6 @@ Bundle "tpope/vim-haml" Bundle "wavded/vim-stylus" " Git related... -Bundle "airblade/vim-gitgutter.git" Bundle "gregsexton/gitv" Bundle "mattn/gist-vim" Bundle "skwp/vim-git-grep-rails-partial"