plugins/lz-n: add HeitorAugustoLN as a maintainer

This commit is contained in:
Heitor Augusto 2025-05-08 16:40:37 -03:00
parent 6404a1c788
commit 210af12eac
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344

View file

@ -21,7 +21,12 @@ in
lib.nixvim.plugins.mkNeovimPlugin {
name = "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
configLocation = "extraConfigLuaPre";