remove notify, was annoying, maybe need to config more

This commit is contained in:
2025-06-07 07:55:19 -04:00
parent 85c0ecc607
commit ee11ca87bb
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ return {
-- OPTIONAL: -- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view. -- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback -- If not available, we use `mini` as the fallback
'rcarriga/nvim-notify', --'rcarriga/nvim-notify',
}, },
} }
+5 -5
View File
@@ -1,7 +1,7 @@
return { return {
'rcarriga/nvim-notify', -- 'rcarriga/nvim-notify',
event = 'VeryLazy', -- event = 'VeryLazy',
opts = { -- opts = {
background_colour = '#000000', -- background_colour = '#000000',
}, -- },
} }