We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96854d commit cb33b76Copy full SHA for cb33b76
plugins/deprecation.nix
@@ -59,28 +59,12 @@ in
59
# TODO: introduced 2025-04-19
60
++ [
61
(lib.mkRenamedOptionModule
62
- [
63
- "plugins"
64
- "codeium-nvim"
65
- "enable"
66
- ]
67
68
69
- "windsurf-nvim"
70
71
+ [ "plugins" "codeium-nvim" "enable" ]
+ [ "plugins" "windsurf-nvim" "enable" ]
72
)
73
74
75
76
- "codeium-vim"
77
78
79
80
81
- "windsurf-vim"
82
83
+ [ "plugins" "codeium-vim" "enable" ]
+ [ "plugins" "windsurf-vim" "enable" ]
84
85
]
86
++ builtins.map (
0 commit comments