This commit is contained in:
Yaser Alraddadi 2024-06-30 10:49:15 +03:00
parent 7634fcd43a
commit bb1721e7ab
No known key found for this signature in database
GPG key ID: 808212144E6DBE90
2 changed files with 45 additions and 23 deletions

View file

@ -1,17 +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',
},
},
-- {
-- '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',
-- },
-- },
}