From c7591a369e7aa597940a5fd62e9aa4db0a355553 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Wed, 3 Jul 2013 15:23:46 -0700 Subject: [PATCH] added git bundle to vim --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index a730b32d9..ce92821b7 100644 --- a/.vimrc +++ b/.vimrc @@ -23,6 +23,7 @@ Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'} Bundle 'scrooloose/nerdtree' Bundle 'klen/python-mode' Bundle 'davidhalter/jedi-vim' +Bundle 'tpope/vim-fugitive' " The rest of your config follows here