dotfiles/_cli/astronvim/lua/user/plugins/notify.lua

7 lines
88 B
Lua
Raw Normal View History

2023-04-16 00:10:33 +02:00
return {
"rcarriga/nvim-notify",
opts = {
background_colour = "#000000",
},
}