vimPlugins.vim-graphql: init at 2020-03-30 (#88840)
This commit is contained in:
parent
fbc9515e66
commit
c49c8a7d6b
@ -4631,6 +4631,18 @@ let
|
|||||||
meta.homepage = "https://github.com/rhysd/vim-grammarous/";
|
meta.homepage = "https://github.com/rhysd/vim-grammarous/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-graphql = buildVimPluginFrom2Nix {
|
||||||
|
pname = "graphql";
|
||||||
|
version = "2020-03-30";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "jparise";
|
||||||
|
repo = "vim-graphql";
|
||||||
|
rev = "a3ff39f955e60baeddd8c3c4d1cab291ce37d66e";
|
||||||
|
sha256 = "0d98b0zpbyjcafp0q25c3qsx13q74nszxsi5jxxjnpz1wv6s83x1";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/jparise/vim-graphql/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-grepper = buildVimPluginFrom2Nix {
|
vim-grepper = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-grepper";
|
pname = "vim-grepper";
|
||||||
version = "2019-12-09";
|
version = "2019-12-09";
|
||||||
|
@ -175,6 +175,7 @@ jonsmithers/vim-html-template-literals
|
|||||||
joonty/vim-xdebug
|
joonty/vim-xdebug
|
||||||
josa42/coc-go
|
josa42/coc-go
|
||||||
jpalardy/vim-slime
|
jpalardy/vim-slime
|
||||||
|
jparise/vim-graphql
|
||||||
jparise/vim-phabricator
|
jparise/vim-phabricator
|
||||||
jreybert/vimagit
|
jreybert/vimagit
|
||||||
jsfaint/gen_tags.vim
|
jsfaint/gen_tags.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user