forked from mirrors/nixpkgs
vim-plugins/prettyprint init
This commit is contained in:
parent
c690cb6995
commit
5f891a72b5
|
@ -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
|
quickfixstatus = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "quickfixstatus-2011-09-02";
|
name = "quickfixstatus-2011-09-02";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -177,6 +177,7 @@
|
||||||
"matchit.zip"
|
"matchit.zip"
|
||||||
"neco-look"
|
"neco-look"
|
||||||
"pathogen"
|
"pathogen"
|
||||||
|
"prettyprint"
|
||||||
"quickfixstatus"
|
"quickfixstatus"
|
||||||
"rainbow_parentheses"
|
"rainbow_parentheses"
|
||||||
"sensible"
|
"sensible"
|
||||||
|
|
Loading…
Reference in a new issue