plugins/lz-n: add HeitorAugustoLN as a maintainer

This commit is contained in:
Heitor Augusto 2025-05-08 16:40:37 -03:00 committed by Matt Sturgeon
parent a9938e06ae
commit bb2e1acf70

View file

@ -21,7 +21,12 @@ in
lib.nixvim.plugins.mkNeovimPlugin { lib.nixvim.plugins.mkNeovimPlugin {
name = "lz-n"; name = "lz-n";
packPathName = "lz.n"; packPathName = "lz.n";
maintainers = [ lib.maintainers.psfloyd ];
maintainers = with lib.maintainers; [
HeitorAugustoLN
psfloyd
];
# NOTE: We want to load lz.n as early as possible so that triggers are respected # NOTE: We want to load lz.n as early as possible so that triggers are respected
configLocation = "extraConfigLuaPre"; configLocation = "extraConfigLuaPre";