Files
nvim/lua/custom/plugins/notify.lua
T
Alex Muszynski 85c0ecc607 fix notify error
2025-04-13 19:23:37 -04:00

8 lines
110 B
Lua

return {
'rcarriga/nvim-notify',
event = 'VeryLazy',
opts = {
background_colour = '#000000',
},
}