From 0269979276ce72ba1fadfe60474e457e3b1048b9 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 27 Mar 2025 11:34:25 +0100 Subject: [PATCH] [Noice] Improve notification rendering --- nvim/lua/plugins/style/noice.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nvim/lua/plugins/style/noice.lua b/nvim/lua/plugins/style/noice.lua index 7fd0746..32b59ac 100755 --- a/nvim/lua/plugins/style/noice.lua +++ b/nvim/lua/plugins/style/noice.lua @@ -10,6 +10,11 @@ return { "rcarriga/nvim-notify", }, config = function() + require( 'notify' ).setup( { + max_width = 80, + render = 'wrapped-default', -- default, minimal, simple, compact, wrapped-compact or wrapped-default + stages = 'slide', -- fade_in_slide_out, fade, slide, static + } ); require("noice").setup({ lsp = { -- override markdown rendering so that **cmp** and other plugins use **Treesitter**