vimPlugins.gentoo-syntax: init at 2019-09-30

This commit is contained in:
Bernardo Meurer
2019-10-24 21:19:20 -07:00
committed by Jon
parent 349035ad3d
commit 1983fc95c9
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -1188,6 +1188,17 @@ let
};
};
gentoo-syntax = buildVimPluginFrom2Nix {
pname = "gentoo-syntax";
version = "2019-09-30";
src = fetchFromGitHub {
owner = "gentoo";
repo = "gentoo-syntax";
rev = "d09e3a3cf3b9c37b1cf0cd7e4952e24c46bfb9fe";
sha256 = "0d0brqssq4qrx0l0yr668jvq5zk5pxqfkr8d8acbds8a48afz6zf";
};
};
ghcid = buildVimPluginFrom2Nix {
pname = "ghcid";
version = "2019-10-13";