Browse Source

Add vim-surround

Thomas Dy 9 years ago
parent
commit
3dca8656ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -3,6 +3,7 @@ call plug#begin('~/.vim/plugged')
 Plug 'tpope/vim-sensible'
 Plug 'tpope/vim-sleuth'
 Plug 'tpope/vim-fugitive'
+Plug 'tpope/vim-surround'
 Plug 'bling/vim-airline'
 Plug 'mhinz/vim-signify'
 Plug 'ctrlpvim/ctrlp.vim'