mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins: wilder-nvim -> wilder
This commit is contained in:
parent
c5150bfcdc
commit
b483c752c2
3 changed files with 14 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.plugins.wilder-nvim;
|
||||
cfg = config.plugins.wilder;
|
||||
helpers = import ../helpers.nix {inherit lib;};
|
||||
|
||||
boolToInt = value:
|
||||
|
@ -15,7 +15,15 @@ with lib; let
|
|||
then "1"
|
||||
else "0";
|
||||
in {
|
||||
options.plugins.wilder-nvim =
|
||||
imports = [
|
||||
(
|
||||
mkRenamedOptionModule
|
||||
["plugins" "wilder-nvim"]
|
||||
["plugins" "wilder"]
|
||||
)
|
||||
];
|
||||
|
||||
options.plugins.wilder =
|
||||
helpers.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "wilder-nvim";
|
Loading…
Add table
Add a link
Reference in a new issue