mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
gitmessenger: init plugin (#154)
This commit is contained in:
parent
89bf2d660b
commit
247e3da2fe
3 changed files with 120 additions and 0 deletions
|
@ -73,6 +73,8 @@ rec {
|
|||
description = desc;
|
||||
};
|
||||
|
||||
mkIfNonNull = c: mkIf (!isNull c) c;
|
||||
|
||||
defaultNullOpts = rec {
|
||||
mkNullable = type: default: desc: mkNullOrOption type (
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue