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:
parent
d60696f62d
commit
f7bd9bbecb
1 changed files with 0 additions and 13 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue