From 503422b79d82b10fca5c61f507679c4c8764d660 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 25 Jun 2013 13:57:03 +0200 Subject: [PATCH] Added json formatter --- .gitmodules | 3 +++ bundle/json | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/json diff --git a/.gitmodules b/.gitmodules index e4e5926..84c3833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "bundle/vim-pathogen"] path = bundle/vim-pathogen url = git://github.com/tpope/vim-pathogen.git +[submodule "bundle/json"] + path = bundle/json + url = https://github.com/jakar/vim-json.git diff --git a/bundle/json b/bundle/json new file mode 160000 index 0000000..d018c36 --- /dev/null +++ b/bundle/json @@ -0,0 +1 @@ +Subproject commit d018c367e59f1a3308977d6513526c374e708611