summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-10 14:49:30 -0500
committerJune McEnroe <programble@gmail.com>2013-11-10 14:49:30 -0500
commita0c99cf05a0527ebb5de8f7c39697c69fd0a161c (patch)
tree916c4f9211b53223dc634c666bff048611062af7 /.vimrc
parentAdd list of configurations (diff)
downloadsrc-a0c99cf05a0527ebb5de8f7c39697c69fd0a161c.tar.gz
src-a0c99cf05a0527ebb5de8f7c39697c69fd0a161c.zip
Add vim-surround
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 89798357..d7d47704 100644
--- a/.vimrc
+++ b/.vimrc
@@ -165,6 +165,7 @@ Plug 'sickill/vim-pasta'
 Plug 'tpope/vim-commentary'
 Plug 'tpope/vim-markdown'
 Plug 'tpope/vim-ragtag'
+Plug 'tpope/vim-surround'
 
 call plug#end()