forked from mirrors/nixpkgs
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/";
|
||||
};
|
||||
|
||||
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 {
|
||||
pname = "vim-grepper";
|
||||
version = "2019-12-09";
|
||||
|
|
|
@ -175,6 +175,7 @@ jonsmithers/vim-html-template-literals
|
|||
joonty/vim-xdebug
|
||||
josa42/coc-go
|
||||
jpalardy/vim-slime
|
||||
jparise/vim-graphql
|
||||
jparise/vim-phabricator
|
||||
jreybert/vimagit
|
||||
jsfaint/gen_tags.vim
|
||||
|
|
Loading…
Reference in a new issue