Replace riot/element with cinny

This commit is contained in:
Tobias Reisinger 2025-06-10 01:23:04 +02:00
parent d7a2e44c38
commit 56934091ef
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 3 additions and 12 deletions

View file

@ -1,10 +0,0 @@
return {
"rcarriga/nvim-notify",
config = function(plugin, opts)
require "plugins.configs.notify"(plugin, opts)
local notify = require "notify"
notify.setup {
background_colour = "#000000",
}
end,
}