summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-11-10 14:49:30 -0500
committerJune McEnroe <june@causal.agency>2013-11-10 14:49:30 -0500
commit79d9aa0c4f0673b55ed1388b665facab4047003e (patch)
tree0805b495b9c5096d227eb134ecb612b432e6a0bb /.vimrc
parentAdd list of configurations (diff)
downloadsrc-79d9aa0c4f0673b55ed1388b665facab4047003e.tar.gz
src-79d9aa0c4f0673b55ed1388b665facab4047003e.zip
Add vim-surround
Diffstat (limited to '')
-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()