From f02b25edf441390540046f0053567784ee1a1a57 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Mon, 6 Apr 2015 09:13:24 -0500 Subject: [PATCH] Add webapi-vim as a submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 716675b..9d9e35a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".vim/bundle/vim-go"] path = .vim/bundle/vim-go url = https://github.com/fatih/vim-go.git +[submodule ".vim/bundle/vim-go"] + path = .vim/bundle/webapi-vim + url = https://github.com/mattn/webapi-vim.git