plugins/deprecations: move codeium enable option renames to top level deprecations

Causes our checks to fail to have the rename alias done in the module
themselves..
This commit is contained in:
Austin Horstman 2025-04-19 13:22:25 -05:00 committed by nix-infra-bot
parent 7f4efe62e0
commit cf141c07a8
3 changed files with 27 additions and 2 deletions

View file

@ -45,7 +45,6 @@
lib.nixvim.deprecation.mkSettingsRenamedOptionModules [ "plugins" "codeium-nvim" ]
[ "plugins" "windsurf-nvim" ]
[
"enable"
"package"
"settings"
{

View file

@ -22,7 +22,6 @@
lib.nixvim.deprecation.mkSettingsRenamedOptionModules [ "plugins" "codeium-vim" ]
[ "plugins" "windsurf-vim" ]
[
"enable"
"package"
"settings"
"keymaps"