plugins/windsurf-nvim: drop some renames

This commit is contained in:
Matt Sturgeon
2026-06-08 02:01:50 +00:00
parent 488820094e
commit 43aea9e358
+10 -50
View File
@@ -1,55 +1,15 @@
{ lib, ... }:
{
lib,
...
}:
{
# TODO: introduced 2025-04-19
imports =
# TODO: added 2024-09-03 remove after 24.11
lib.nixvim.deprecation.mkSettingsRenamedOptionModules [ "plugins" "codeium-nvim" ]
[ "plugins" "windsurf-nvim" "settings" ]
[ "plugins" "windsurf-nvim" ]
[
"configPath"
"binPath"
[
"api"
"host"
]
[
"api"
"port"
]
[
"tools"
"uname"
]
[
"tools"
"uuidgen"
]
[
"tools"
"curl"
]
[
"tools"
"gzip"
]
[
"tools"
"languageServer"
]
"wrapper"
]
# TODO: introduced 2025-04-19
++
lib.nixvim.deprecation.mkSettingsRenamedOptionModules [ "plugins" "codeium-nvim" ]
[ "plugins" "windsurf-nvim" ]
[
"package"
"settings"
{
old = "extraOptions";
new = "settings";
}
];
"package"
"settings"
{
old = "extraOptions";
new = "settings";
}
];
}