mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
plugins/nvim-notify: add more render styles
one was still missing
This commit is contained in:
committed by
Matt Sturgeon
parent
0a721c85dc
commit
b58be69867
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user