Added the vim plugin tpope/vim-surround
This commit is contained in:
parent
ce34feaa13
commit
7a84a87999
1
.vimrc
1
.vimrc
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue