6 lines
96 B
Lua
6 lines
96 B
Lua
require("notify").setup({
|
|
background_colour = "#000000",
|
|
})
|
|
|
|
vim.notify = require("notify")
|