From 922e28dbb70c2258dc2b97a74dbee54382e57b4b Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Mon, 8 May 2017 14:19:07 -0400 Subject: [PATCH] Add graphql support --- .gitmodules | 5 ++++- bundle/vim-graphql | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 bundle/vim-graphql diff --git a/.gitmodules b/.gitmodules index eee701e..8fc050c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,4 +15,7 @@ url = https://github.com/derekwyatt/vim-scala [submodule "bundle/vimwiki"] path = bundle/vimwiki - url = https://github.com/vimwiki/vimwiki.git + url = https://github.com/vimwiki/vimwiki.git +[submodule "bundle/vim-graphql"] + path = bundle/vim-graphql + url = https://github.com/jparise/vim-graphql diff --git a/bundle/vim-graphql b/bundle/vim-graphql new file mode 160000 index 0000000..88abf6e --- /dev/null +++ b/bundle/vim-graphql @@ -0,0 +1 @@ +Subproject commit 88abf6e7f418f399478359c8bf279f000615c2ef