From d59907633aa0f233d367f1631e0814b271ec992a Mon Sep 17 00:00:00 2001 From: saygo-png Date: Thu, 7 Aug 2025 18:53:48 +0200 Subject: [PATCH] plugins/deprecation: remove gruvbox-material deprecation Signed-off-by: saygo-png --- plugins/deprecation.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/deprecation.nix b/plugins/deprecation.nix index 002926f0..d77974fe 100644 --- a/plugins/deprecation.nix +++ b/plugins/deprecation.nix @@ -23,12 +23,6 @@ let It is recommended to use `plugins.pckr` or `plugins.lazy` instead. ''; }; - renamed.colorschemes = { - # Added 2025-08-06 - # NOTE: The old name is not in a stable version and was only in unstable for a few weeks, - # so we can remove this alias more quickly than usual. - gruvbox-material = "gruvbox-material-nvim"; - }; renamed.plugins = { # Added 2024-09-17 surround = "vim-surround";