From 483fd526c8f27f186397df6d21cf5bb8b24b4b79 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 7 Mar 2016 19:49:20 +0000 Subject: [PATCH] Get Vim's Vundle to manage itself. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 3d31be2..39a6805 100644 --- a/.vimrc +++ b/.vimrc @@ -12,6 +12,7 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " Plugins +Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-surround'