From a01989361d171f6158fdb898a69a6cdd071b6c05 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 2 Dec 2014 08:18:04 +0100 Subject: [PATCH] add snipmate deps --- .gitmodules | 6 ++++++ .vim/bundle/tlib_vim | 1 + .vim/bundle/vim-addon-mw-utils | 1 + 3 files changed, 8 insertions(+) create mode 160000 .vim/bundle/tlib_vim create mode 160000 .vim/bundle/vim-addon-mw-utils diff --git a/.gitmodules b/.gitmodules index a88024b..83a3e34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule ".vim/bundle/vim-gnupg"] path = .vim/bundle/vim-gnupg url = https://github.com/jamessan/vim-gnupg +[submodule ".vim/bundle/tlib_vim"] + path = .vim/bundle/tlib_vim + url = https://github.com/tomtom/tlib_vim.git +[submodule ".vim/bundle/vim-addon-mw-utils"] + path = .vim/bundle/vim-addon-mw-utils + url = https://github.com/MarcWeber/vim-addon-mw-utils.git diff --git a/.vim/bundle/tlib_vim b/.vim/bundle/tlib_vim new file mode 160000 index 0000000..b730863 --- /dev/null +++ b/.vim/bundle/tlib_vim @@ -0,0 +1 @@ +Subproject commit b730863d67f26e01868fee5a9a680a0c721bd44a diff --git a/.vim/bundle/vim-addon-mw-utils b/.vim/bundle/vim-addon-mw-utils new file mode 160000 index 0000000..0c5612f --- /dev/null +++ b/.vim/bundle/vim-addon-mw-utils @@ -0,0 +1 @@ +Subproject commit 0c5612fa31ee434ba055e21c76f456244b3b5109 -- 2.20.1