nvim/lua/plugins/notify.lua

12 lines
209 B
Lua
Raw Normal View History

return {
"rcarriga/nvim-notify",
cond = not vim.g.vscode,
lazy = true,
2023-05-16 09:22:33 +01:00
config = true,
opts = {
background_colour = "#000000",
2023-05-16 09:22:33 +01:00
fps = 60,
render = "default",
2023-05-16 09:22:33 +01:00
},
}