style: change notification window to minimal style

This commit is contained in:
2024-12-10 21:59:07 -05:00
parent 35e77f2a6d
commit 3e90273767
+5
View File
@@ -2,7 +2,12 @@ return {
'folke/noice.nvim',
dependencies = {
'MunifTanjim/nui.nvim',
{
'rcarriga/nvim-notify',
opts = {
render = 'compact',
},
},
},
event = 'VeryLazy',
opts = {