vim-plugins/riv init
This commit is contained in:
parent
14329d3035
commit
565a912cbb
@ -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
|
sensible = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "sensible-2017-05-09";
|
name = "sensible-2017-05-09";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -180,6 +180,7 @@
|
|||||||
"prettyprint"
|
"prettyprint"
|
||||||
"quickfixstatus"
|
"quickfixstatus"
|
||||||
"rainbow_parentheses"
|
"rainbow_parentheses"
|
||||||
|
"riv"
|
||||||
"sensible"
|
"sensible"
|
||||||
"sleuth"
|
"sleuth"
|
||||||
"snipmate"
|
"snipmate"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user