2024-02-28 02:28:03 +00:00
|
|
|
return {
|
|
|
|
"rcarriga/nvim-notify",
|
|
|
|
config = function(plugin, opts)
|
2024-06-27 19:18:06 +00:00
|
|
|
require "plugins.configs.notify"(plugin, opts)
|
2024-02-28 02:28:03 +00:00
|
|
|
local notify = require "notify"
|
2024-06-27 19:18:06 +00:00
|
|
|
notify.setup {
|
|
|
|
background_colour = "#000000",
|
|
|
|
}
|
2024-02-28 02:28:03 +00:00
|
|
|
end,
|
|
|
|
}
|