diff --git a/lua/custom/plugins/noice.lua b/lua/custom/plugins/noice.lua index 29373a8..a717f09 100644 --- a/lua/custom/plugins/noice.lua +++ b/lua/custom/plugins/noice.lua @@ -10,6 +10,6 @@ return { -- 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', + --'rcarriga/nvim-notify', }, } diff --git a/lua/custom/plugins/notify.lua b/lua/custom/plugins/notify.lua index 91c7627..822ef01 100644 --- a/lua/custom/plugins/notify.lua +++ b/lua/custom/plugins/notify.lua @@ -1,7 +1,7 @@ return { - 'rcarriga/nvim-notify', - event = 'VeryLazy', - opts = { - background_colour = '#000000', - }, + -- 'rcarriga/nvim-notify', + -- event = 'VeryLazy', + -- opts = { + -- background_colour = '#000000', + -- }, }