1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/wilder: remove rename warning (2yo)

Added 2023-10-11 in https://github.com/nix-community/nixvim/pull/639
This commit is contained in:
Gaetan Lepage 2025-10-13 10:19:42 +02:00 committed by Gaétan Lepage
parent d60696f62d
commit f7bd9bbecb

View file

@ -50,19 +50,6 @@ let
'';
in
{
imports = [
(mkRenamedOptionModule
[
"plugins"
"wilder-nvim"
]
[
"plugins"
"wilder"
]
)
];
options.plugins.wilder = lib.nixvim.plugins.neovim.extraOptionsOptions // {
enable = mkEnableOption "wilder-nvim";