From 4549f511adbabdb1a645623016e9fc95abbd1d12 Mon Sep 17 00:00:00 2001 From: Thorsten Lorenz Date: Wed, 15 Jan 2014 08:18:22 -0500 Subject: [PATCH] vim gist submodule and dependency --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index fdbe3b2..619b583 100644 --- a/.gitmodules +++ b/.gitmodules @@ -154,3 +154,9 @@ [submodule "vim/bundle/browser-reload"] path = vim/bundle/browser-reload url = https://github.com/tell-k/vim-browsereload-mac.git +[submodule "vim/bundle/gist"] + path = vim/bundle/gist + url = https://github.com/mattn/gist-vim.git +[submodule "vim/bundle/webapi"] + path = vim/bundle/webapi + url = https://github.com/mattn/webapi-vim.git