1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/nvim-notify: add more render styles

one was still missing
This commit is contained in:
Manuel Transfeld 2025-09-30 17:03:09 +02:00 committed by Matt Sturgeon
parent 0a721c85dc
commit b58be69867

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.