Skip to content

Commit cb33b76

Browse files
committed
plugins/deprecation: reformat
1 parent a96854d commit cb33b76

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

plugins/deprecation.nix

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,12 @@ in
5959
# TODO: introduced 2025-04-19
6060
++ [
6161
(lib.mkRenamedOptionModule
62-
[
63-
"plugins"
64-
"codeium-nvim"
65-
"enable"
66-
]
67-
[
68-
"plugins"
69-
"windsurf-nvim"
70-
"enable"
71-
]
62+
[ "plugins" "codeium-nvim" "enable" ]
63+
[ "plugins" "windsurf-nvim" "enable" ]
7264
)
7365
(lib.mkRenamedOptionModule
74-
[
75-
"plugins"
76-
"codeium-vim"
77-
"enable"
78-
]
79-
[
80-
"plugins"
81-
"windsurf-vim"
82-
"enable"
83-
]
66+
[ "plugins" "codeium-vim" "enable" ]
67+
[ "plugins" "windsurf-vim" "enable" ]
8468
)
8569
]
8670
++ builtins.map (

0 commit comments

Comments
 (0)