From da6b484cb257ddb292c73057b787c3cde286035f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 19 Oct 2015 10:55:30 +0100 Subject: [PATCH] Add vim-surround submodule --- .gitmodules | 3 +++ bundle/vim-surround | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-surround diff --git a/.gitmodules b/.gitmodules index 336f62c..8e81692 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/vim-airline"] path = bundle/vim-airline url = https://github.com/bling/vim-airline.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..2d05440 --- /dev/null +++ b/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c