3
0
Fork 0
forked from mirrors/nixpkgs

vim-plugins/prettyprint init

This commit is contained in:
Anders Sildnes 2018-01-16 16:49:05 +01:00
parent c690cb6995
commit 5f891a72b5
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -2199,6 +2199,17 @@ rec {
};
prettyprint = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "prettyprint-2016-07-16";
src = fetchgit {
url = "git://github.com/thinca/vim-prettyprint";
rev = "d6060d2b1ff1cff71714e126addd3b10883ade12";
sha256 = "0mb1ylsq4023ik9wd9iwzlynra2c320xp9h2i79bspapglgd5gk9";
};
dependencies = [];
};
quickfixstatus = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "quickfixstatus-2011-09-02";
src = fetchgit {

View file

@ -177,6 +177,7 @@
"matchit.zip"
"neco-look"
"pathogen"
"prettyprint"
"quickfixstatus"
"rainbow_parentheses"
"sensible"