aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/programs/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/programs/neovim.nix')
-rw-r--r--home-manager/modules/programs/neovim.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/home-manager/modules/programs/neovim.nix b/home-manager/modules/programs/neovim.nix
index dadda2c7118..4101dc0f4e7 100644
--- a/home-manager/modules/programs/neovim.nix
+++ b/home-manager/modules/programs/neovim.nix
@@ -148,8 +148,8 @@ in
</para><para>
- This option is deprecated. Please use the options <varname>extraConfig</varname>
- and <varname>plugins</varname> which are mutually exclusive with this option.
+ This option is mutually exclusive with <varname>extraConfig</varname>
+ and <varname>plugins</varname>.
'';
};
@@ -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 {