diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-09-28 12:45:00 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-09-28 12:45:00 -0500 |
| commit | 050ac4424016a2844a6f8b9a4972a13ce14e7ec9 (patch) | |
| tree | d680b6425523fea88907c5cac370728405479094 /.gitmodules | |
| parent | 455f099b504ec07dd492ab31987ae05a6f6774c7 (diff) | |
Adds yajs submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |