mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lz-n: add HeitorAugustoLN as a maintainer
This commit is contained in:
parent
6404a1c788
commit
210af12eac
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue