Get Vim's Vundle to manage itself.

This commit is contained in:
Scott Wallace 2016-03-07 19:49:20 +00:00
parent 0fe32453d8
commit 483fd526c8

1
.vimrc
View file

@ -12,6 +12,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin() call vundle#begin()
" Plugins " Plugins
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-surround' Plugin 'tpope/vim-surround'