diff options
author | June McEnroe <june@causal.agency> | 2013-11-10 14:49:30 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-11-10 14:49:30 -0500 |
commit | 79d9aa0c4f0673b55ed1388b665facab4047003e (patch) | |
tree | 0805b495b9c5096d227eb134ecb612b432e6a0bb | |
parent | Add list of configurations (diff) | |
download | src-79d9aa0c4f0673b55ed1388b665facab4047003e.tar.gz src-79d9aa0c4f0673b55ed1388b665facab4047003e.zip |
Add vim-surround
-rw-r--r-- | .vimrc | 1 |
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() |