diff --git a/modules/programs/neovim.nix b/modules/programs/neovim.nix index dadda2c71..4101dc0f4 100644 --- a/modules/programs/neovim.nix +++ b/modules/programs/neovim.nix @@ -148,8 +148,8 @@ in - This option is deprecated. Please use the options extraConfig - and plugins which are mutually exclusive with this option. + This option is mutually exclusive with extraConfig + and plugins. ''; }; @@ -193,11 +193,6 @@ in } ]; - warnings = optional (cfg.configure != {}) '' - The programs.neovim.configure option is deprecated. Please use - extraConfig and package option. - ''; - home.packages = [ cfg.finalPackage ]; programs.neovim.finalPackage = pkgs.wrapNeovim cfg.package {