From d5367798ed62c6fb6b906e15d3b05c4f2abc7607 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 11 Apr 2013 16:07:34 -0700 Subject: [PATCH] Add json bundle to avoid jshint issues --- .gitmodules | 3 +++ vim/bundle/json | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/json diff --git a/.gitmodules b/.gitmodules index 1051467..130e563 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "vim/bundle/golang"] path = vim/bundle/golang url = https://github.com/jnwhiteh/vim-golang.git +[submodule "vim/bundle/json"] + path = vim/bundle/json + url = https://github.com/helino/vim-json.git diff --git a/vim/bundle/json b/vim/bundle/json new file mode 160000 index 0000000..4794609 --- /dev/null +++ b/vim/bundle/json @@ -0,0 +1 @@ +Subproject commit 47946093993aecbd6d96a95e45ccc09a091b02eb