mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/notify: migrate to mkNeovimPlugin
This commit is contained in:
parent
10ea28fff4
commit
0827c5cb6c
3 changed files with 121 additions and 95 deletions
37
plugins/by-name/notify/deprecations.nix
Normal file
37
plugins/by-name/notify/deprecations.nix
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
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"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue