nvim/lua/plugins/notify.lua

12 lines
232 B
Lua

return {
"rcarriga/nvim-notify",
cond = not vim.g.vscode,
lazy = true,
config = true,
opts = {
background_colour = "#000000",
fps = 60,
render = "default", -- "minimal", "simple"
},
}