From a5b25fac0ada182d9a5249d9a860b6c9e97b13a0 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 5 Mar 2013 11:58:49 -0700 Subject: [PATCH] Adding vim git gutter thing and commenting out vim unimpared --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 8488e09..4d7828e 100644 --- a/vimrc +++ b/vimrc @@ -17,7 +17,7 @@ Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-endwise' -Bundle 'tpope/vim-unimpared' +" Bundle 'tpope/vim-unimpared' Bundle 'mileszs/ack.vim' Bundle 'Lokaltog/vim-powerline.git' Bundle 'Lokaltog/vim-easymotion' @@ -46,6 +46,7 @@ Bundle 'fmoralesc/vim-pad' Bundle 'lukerandall/haskellmode-vim' Bundle 'bitc/vim-hdevtools' " Bundle 'Shougo/neocomplcache' +Bundle 'airblade/vim-gitgutter' filetype plugin indent on " last Vundle requirement