Skip to content

Commit

Permalink
vimPlugins.lzextras: init at 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdeeHub authored and NotAShelf committed Feb 17, 2025
1 parent 1f80075 commit 1a95e3b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions maintainers/scripts/luarocks-packages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ luv,,,,1.48.0-2,,
lyaml,,,,,,lblasc
lz.n,,,,,,mrcjkb
lze,,,,,,birdee
lzextras,,,,,,birdee
lzn-auto-require,,,,,,mrcjkb
magick,,,,,5.1,donovanglover
markdown,,,,,,
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4007,6 +4007,7 @@ in
"lush-nvim"
"lz-n"
"lze"
"lzextras"
"lzn-auto-require"
"middleclass"
"neorg"
Expand Down
23 changes: 23 additions & 0 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,29 @@ buildLuarocksPackage {
};
}) {};

lzextras = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "lzextras";
version = "0.1.19-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lzextras-0.1.19-1.rockspec";
sha256 = "1wdkikn246b25c8j6984nz0c7fr6vz4rbjfl4wq4785jkf4k95mc";
}).outPath;
src = fetchzip {
url = "https://github.com/BirdeeHub/lzextras/archive/v0.1.19.zip";
sha256 = "0hq5939lygmi8i8rhqhxsjr98aixrlr7m2sb0kxppca6pb18g38c";
};

disabled = luaOlder "5.1";

meta = {
homepage = "https://github.com/BirdeeHub/lzextras";
description = "A collection of utilities and handlers for BirdeeHub/lze";
maintainers = with lib.maintainers; [ birdee ];
license.fullName = "GPL-2+";
};
}) {};

lzn-auto-require = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, lz-n }:
buildLuarocksPackage {
pname = "lzn-auto-require";
Expand Down

0 comments on commit 1a95e3b

Please sign in to comment.