deadnix
This commit is contained in:
parent
1438b4f9f1
commit
9dee07646d
2 changed files with 3 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf mkOption mkEnableOption mkPackageOption;
|
inherit (lib) mkIf mkOption mkEnableOption mkPackageOption;
|
||||||
inherit (lib.types) listOf str int enum numbers oneOf nullOr attrsOf submodule bool strMatching;
|
inherit (lib.types) listOf str int enum numbers oneOf bool strMatching;
|
||||||
mkBoolOption = default: description:
|
mkBoolOption = default: description:
|
||||||
mkOption {
|
mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{lib, ...}: let
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkOption mkEnableOption;
|
inherit (lib) mkOption mkEnableOption;
|
||||||
inherit (lib.types) str nullOr bool enum listOf int float attrsOf submodule;
|
inherit (lib.types) str nullOr bool enum listOf int float attrsOf submodule either;
|
||||||
inherit (lib.nvim.types) mkPluginSetupOption luaInline;
|
inherit (lib.nvim.types) mkPluginSetupOption luaInline;
|
||||||
|
|
||||||
# All possible Neovim modes
|
# All possible Neovim modes
|
||||||
|
|
@ -425,4 +421,3 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue