plugins/notify: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2025-02-01 17:57:24 -06:00
parent 10ea28fff4
commit 0827c5cb6c
No known key found for this signature in database
3 changed files with 121 additions and 95 deletions

View 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"
];
}