vim-plugins/riv init

This commit is contained in:
Anders Sildnes 2018-01-16 16:51:52 +01:00
parent 14329d3035
commit 565a912cbb
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -2232,6 +2232,17 @@ rec {
};
riv = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "riv-2017-02-07";
src = fetchgit {
url = "git://github.com/Rykka/riv.vim";
rev = "d1efdd92fbb51dc452c61eec54a0ec084f011b4b";
sha256 = "18qcglbrixgqk05x34dy2cksaw0dg7n51p48i6zkh5sqspv98zz3";
};
dependencies = [];
};
sensible = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "sensible-2017-05-09";
src = fetchgit {

View file

@ -180,6 +180,7 @@
"prettyprint"
"quickfixstatus"
"rainbow_parentheses"
"riv"
"sensible"
"sleuth"
"snipmate"