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:
parent
0a721c85dc
commit
b58be69867
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue