plugins/nvim-notify: add more render styles

one was still missing
This commit is contained in:
Manuel Transfeld
2025-10-01 00:17:09 +00:00
committed by Matt Sturgeon
parent 0a721c85dc
commit b58be69867
+1
View File
@@ -69,6 +69,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
"simple"
"compact"
"wrapped-compact"
"wrapped-default"
] "Function to render a notification buffer or a built-in renderer name.";
minimum_width = defaultNullOpts.mkUnsignedInt 50 ''
Minimum width for notification windows.