From 60c59915c7a7bed4e4678963db259f18edd6085a Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Thu, 27 Apr 2017 01:53:23 +0800 Subject: [PATCH] Add vim-surround. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index a0fcdfa..31d18ae 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -81,6 +81,7 @@ Bundle "spf13/PIV" Bundle "terryma/vim-expand-region" Bundle "tomtom/tlib_vim" Bundle "tpope/vim-fugitive" +Bundle "tpope/vim-surround" " filetype plugin indent on let g:ctrlp_use_caching = 0