vimPlugins.vim-graphql: init at 2020-03-30 (#88840)

wip/yesman
leo60228 4 years ago committed by GitHub
parent fbc9515e66
commit c49c8a7d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save