style: change notification window to minimal style
This commit is contained in:
@@ -2,7 +2,12 @@ return {
|
|||||||
'folke/noice.nvim',
|
'folke/noice.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'MunifTanjim/nui.nvim',
|
'MunifTanjim/nui.nvim',
|
||||||
'rcarriga/nvim-notify',
|
{
|
||||||
|
'rcarriga/nvim-notify',
|
||||||
|
opts = {
|
||||||
|
render = 'compact',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
opts = {
|
opts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user