[Noice] Improve notification size

This commit is contained in:
Admin 2025-03-27 12:48:13 +01:00
parent 0269979276
commit df72ebda9e

View File

@ -12,6 +12,7 @@ return {
config = function()
require( 'notify' ).setup( {
max_width = 80,
minimum_width = 30,
render = 'wrapped-default', -- default, minimal, simple, compact, wrapped-compact or wrapped-default
stages = 'slide', -- fade_in_slide_out, fade, slide, static
} );