vim plugins: added gruvbox
This commit is contained in:
parent
81d9893bcd
commit
9ffd864e01
@ -1621,6 +1621,17 @@ rec {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gruvbox = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "gruvbox-2016-09-28";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/morhetz/gruvbox";
|
||||||
|
rev = "127c9d14d4bac1bac31e328b835a8919a255789c";
|
||||||
|
sha256 = "19wg9143wvlynblpxm0cnk3ars2hgss3y745hligqgvfy308f7sm";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "matchit-zip";
|
name = "matchit-zip";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
"CSApprox"
|
"CSApprox"
|
||||||
"CheckAttach"
|
"CheckAttach"
|
||||||
"Gist"
|
"Gist"
|
||||||
|
"gruvbox"
|
||||||
"Hoogle"
|
"Hoogle"
|
||||||
"Solarized"
|
"Solarized"
|
||||||
"Supertab"
|
"Supertab"
|
||||||
|
Loading…
Reference in New Issue
Block a user