Added the vim plugin tpope/vim-surround

This commit is contained in:
Scott Wallace 2014-11-11 21:51:41 +00:00
parent ce34feaa13
commit 7a84a87999

1
.vimrc
View file

@ -7,6 +7,7 @@ call vundle#begin()
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-surround'
Plugin 'scrooloose/syntastic' Plugin 'scrooloose/syntastic'
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
Plugin '29decibel/codeschool-vim-theme' Plugin '29decibel/codeschool-vim-theme'