Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
vimPlugins.vim-graphql: init at 2020-03-30 (#88840)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 authored May 25, 2020
1 parent fbc9515 commit c49c8a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c49c8a7

Please sign in to comment.