1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/nvim/lua/plugins/notify.lua

7 lines
105 B
Lua

local notify = require("notify")
notify.setup({
background_colour = "#1e1e1e",
})
vim.notify = notify