mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/diffview: init + test (#457)
This commit is contained in:
parent
6693b63ff7
commit
27bb28f23e
4 changed files with 877 additions and 0 deletions
|
@ -141,6 +141,7 @@ with lib; rec {
|
|||
else "false"
|
||||
);
|
||||
mkStr = default: mkNullable lib.types.str ''${builtins.toString default}'';
|
||||
mkAttributeSet = default: mkNullable lib.types.attrs ''"${default}"'';
|
||||
mkEnum = enum: default: mkNullable (lib.types.enum enum) ''"${default}"'';
|
||||
mkEnumFirstDefault = enum: mkEnum enum (head enum);
|
||||
mkBorder = default: name: desc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue