vimPlugins: add CSApprox

This commit is contained in:
Leroy Hopson 2015-07-03 20:08:22 +12:00
parent 11cd596aea
commit a28f0340e1
2 changed files with 12 additions and 0 deletions

View file

@ -82,6 +82,17 @@ rec {
webapi-vim = WebAPI;
yankring = YankRing;
CSApprox = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "CSApprox-2013-07-26";
src = fetchgit {
url = "git://github.com/godlygeek/csapprox";
rev = "7981dac51d8b6776985aa08cb7b5ee98ea7f2ddd";
sha256 = "8ccb47eb79c7ab63109d32158388812bdca340985527af4f2a5489ff8683389f";
};
dependencies = [];
};
Gist = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "Gist-2015-06-24";
src = fetchgit {

View file

@ -1,3 +1,4 @@
"CSApprox"
"Gist"
"Gundo"
"Hoogle"