From 9deccb4b46e040e1ea6fc3b45a2cb7ccfe2aea1b Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 23:00:56 -0800 Subject: [PATCH] Add surround plugin to vim --- .gitmodules | 3 +++ vim/bundle/surround | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/surround diff --git a/.gitmodules b/.gitmodules index b5373b9..8bdb272 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/bundle/mustache"] path = vim/bundle/mustache url = https://github.com/juvenn/mustache.vim.git +[submodule "vim/bundle/surround"] + path = vim/bundle/surround + url = https://github.com/tpope/vim-surround.git diff --git a/vim/bundle/surround b/vim/bundle/surround new file mode 160000 index 0000000..1a73f60 --- /dev/null +++ b/vim/bundle/surround @@ -0,0 +1 @@ +Subproject commit 1a73f607f8f5477d6942df2eb6e7245c4864f4d3