diff --git a/vim-files/vimrc b/vim-files/vimrc index 05b9c73..34295c3 100644 --- a/vim-files/vimrc +++ b/vim-files/vimrc @@ -16,6 +16,7 @@ Bundle 'gmarik/vundle' Bundle 'Lokaltog/vim-easymotion' Bundle 'tpope/vim-sensible' Bundle 'tpope/vim-eunuch' +Bundle 'tpope/vim-fugitive' Bundle 'scrooloose/nerdtree' Bundle 'tomtom/tcomment_vim' Bundle 'tpope/vim-characterize'