mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Allow to add meta options like maintainers (#836)
This commit is contained in:
parent
189ae51b02
commit
2871dc94b4
4 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
...
|
||||
}:
|
||||
with lib; {
|
||||
meta.maintainers = [maintainers.traxys];
|
||||
|
||||
options.plugins.gitmessenger = {
|
||||
enable = mkEnableOption "gitmessenger";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue