Add Noice

This commit is contained in:
Yaser Alraddadi 2024-06-25 22:57:08 +03:00
parent df76ed1f68
commit 6fb93f5e47
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
return {
{
'folke/noice.nvim',
event = 'VeryLazy',
opts = {
-- add any options here
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
'MunifTanjim/nui.nvim',
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
'rcarriga/nvim-notify',
},
},
}