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

plugins/deprecation: remove gruvbox-material deprecation

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-08-07 18:53:48 +02:00 committed by Gaétan Lepage
parent 7afdd40b96
commit d59907633a

View file

@ -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";