1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/plugins/by-name/notify/deprecations.nix
2025-02-02 09:21:49 -06:00

37 lines
446 B
Nix

{
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"level"
"timeout"
"maxWidth"
"maxHeight"
"stages"
"backgroundColour"
[
"icons"
"error"
]
[
"icons"
"warn"
]
[
"icons"
"info"
]
[
"icons"
"debug"
]
[
"icons"
"trace"
]
"onOpen"
"onClose"
"render"
"minimumWidth"
"fps"
"topDown"
];
}