From d8808f080dc03ac0d896c52eac4fe47ad31d51b6 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 9 Aug 2013 11:21:43 +0200 Subject: Add gist bundle + dependency --- .gitmodules | 6 ++++++ vim/vim/bundle/gist-vim | 1 + vim/vim/bundle/webapi-vim | 1 + 3 files changed, 8 insertions(+) create mode 160000 vim/vim/bundle/gist-vim create mode 160000 vim/vim/bundle/webapi-vim diff --git a/.gitmodules b/.gitmodules index 91c7730..ab37fa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,9 @@ [submodule "vim/vim/bundle/sbt"] path = vim/vim/bundle/sbt url = https://github.com/ktvoelker/sbt-vim +[submodule "vim/vim/bundle/gist-vim"] + path = vim/vim/bundle/gist-vim + url = https://github.com/mattn/gist-vim.git +[submodule "vim/vim/bundle/webapi-vim"] + path = vim/vim/bundle/webapi-vim + url = https://github.com/mattn/webapi-vim.git diff --git a/vim/vim/bundle/gist-vim b/vim/vim/bundle/gist-vim new file mode 160000 index 0000000..19f23f0 --- /dev/null +++ b/vim/vim/bundle/gist-vim @@ -0,0 +1 @@ +Subproject commit 19f23f0d5fa088d1d2879d57ac679ae2cea8fad2 diff --git a/vim/vim/bundle/webapi-vim b/vim/vim/bundle/webapi-vim new file mode 160000 index 0000000..f1f8177 --- /dev/null +++ b/vim/vim/bundle/webapi-vim @@ -0,0 +1 @@ +Subproject commit f1f81772b6e0c0fdcc91e2d6c7c797b99cb792d8 -- cgit v1.2.3-70-g09d2