From 050ac4424016a2844a6f8b9a4972a13ce14e7ec9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 28 Sep 2015 12:45:00 -0500 Subject: Adds yajs submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 59a265e..8f2be06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "vim/bundle/api-notation.vim"] path = vim/bundle/api-notation.vim url = git@github.com:benbeltran/api-notation.vim.git +[submodule "vim/bundle/yajs.vim"] + path = vim/bundle/yajs.vim + url = https://github.com/othree/yajs.vim -- cgit