Files
cnix/home/extra/neovim/nvim/lua/plugins/notify.lua
2024-07-14 18:22:26 +02:00

11 lines
132 B
Lua

return {
{
"rcarriga/nvim-notify",
lazy = true,
opts = {
render = "compact",
background_colour = "#000000",
},
},
}