vimrc: add surround plugin

This commit is contained in:
Gabriel Ebner 2014-10-24 07:32:52 +02:00
parent 092e337b74
commit 926987ce96
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -60,6 +60,8 @@ Plug 'rbonvall/vim-textobj-latex'
Plug 'kana/vim-textobj-indent'
Plug 'bps/vim-textobj-python'
Plug 'tpope/vim-surround'
" vim-sleuth?
call plug#end()