From 156609d1da7d9d2db646f80cd68387dfee1eeeff Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 30 May 2014 16:29:31 -0400 Subject: Add surround.vim plugin Deleting or modifying quotes and other surrounding characters has become too much of a pain. Time to install surround. --- .gitmodules | 3 +++ bundle/vim-surround | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-surround diff --git a/.gitmodules b/.gitmodules index 3bcc7a9..93924c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/gundo"] path = bundle/gundo url = https://github.com/sjl/gundo.vim.git +[submodule "bundle/vim-surround"] + path = bundle/vim-surround + url = https://github.com/tpope/vim-surround.git diff --git a/bundle/vim-surround b/bundle/vim-surround new file mode 160000 index 0000000..42e9b46 --- /dev/null +++ b/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 42e9b46e7a20a2f394664874c7bbd9d6f6c39e8a -- cgit v1.2.3