Add graphql support
This commit is contained in:
parent
26f78e3b7c
commit
922e28dbb7
2 changed files with 5 additions and 1 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -15,4 +15,7 @@
|
||||||
url = https://github.com/derekwyatt/vim-scala
|
url = https://github.com/derekwyatt/vim-scala
|
||||||
[submodule "bundle/vimwiki"]
|
[submodule "bundle/vimwiki"]
|
||||||
path = 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
|
||||||
|
|
1
bundle/vim-graphql
Submodule
1
bundle/vim-graphql
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 88abf6e7f418f399478359c8bf279f000615c2ef
|
Loading…
Reference in a new issue