mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/chadtree: init + test (#475)
* plugins/chadtre: init + test * Update tests/test-sources/plugins/filetrees/chadtree.nix Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> * Removed with helpers * Update tests/test-sources/plugins/filetrees/chadtree.nix Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> * Update plugins/filetrees/chadtree.nix Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> * retrigger checks * Update tests/test-sources/plugins/filetrees/chadtree.nix Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> --------- Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
parent
efa95334e6
commit
0d2a436255
4 changed files with 543 additions and 1 deletions
|
@ -141,7 +141,7 @@ with lib; rec {
|
|||
else "false"
|
||||
);
|
||||
mkStr = default: mkNullable lib.types.str ''${builtins.toString default}'';
|
||||
mkAttributeSet = default: mkNullable lib.types.attrs ''"${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