From b03e115cd4101e0c29592f772c0f3fa27bb47c2c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 1 Feb 2018 14:42:36 +0100 Subject: Add vim-workspace and vim-surround Signed-off-by: Florian Pritz --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 35844ed..ebe61f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,3 +112,9 @@ [submodule ".vim/bundle/vim-openscad"] path = .vim/bundle/vim-openscad url = https://github.com/sirtaj/vim-openscad.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule ".vim/bundle/vim-workspace"] + path = .vim/bundle/vim-workspace + url = https://github.com/thaerkh/vim-workspace.git -- cgit v1.2.3-24-g4f1b