mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-20 17:28:54 +02:00
plugins/git: Add gitmessenger plugin
This commit is contained in:
parent
c73bef16ab
commit
70b97371ad
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