6 lines
155 B
Lua
6 lines
155 B
Lua
local colors = require("catppuccin.palettes").get_palette()
|
|
require("notify").setup({
|
|
background_colour = colors.base,
|
|
})
|
|
vim.notify = require("notify")
|