From b95c65175aebfa6886eafc7615fc5250ed46425e Mon Sep 17 00:00:00 2001 From: Seth House Date: Tue, 15 Sep 2015 12:46:15 -0600 Subject: [PATCH] Add vim-json plugin --- .gitmodules | 3 +++ .vim/bundle/vim-json | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-json diff --git a/.gitmodules b/.gitmodules index ace4871a..39e9f5db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule ".vim/bundle/vim-javascript"] path = .vim/bundle/vim-javascript url = https://github.com/pangloss/vim-javascript.git +[submodule ".vim/bundle/vim-json"] + path = .vim/bundle/vim-json + url = https://github.com/elzr/vim-json.git diff --git a/.vim/bundle/vim-json b/.vim/bundle/vim-json new file mode 160000 index 00000000..f5e3181d --- /dev/null +++ b/.vim/bundle/vim-json @@ -0,0 +1 @@ +Subproject commit f5e3181d0b33a9c51377bb7ea8492feddca8b503