2023-05-04 12:39:25 +01:00
|
|
|
return {
|
|
|
|
"rcarriga/nvim-notify",
|
2023-05-31 16:47:30 +01:00
|
|
|
cond = not vim.g.vscode,
|
2023-05-17 14:57:53 +01:00
|
|
|
lazy = true,
|
2023-05-16 09:22:33 +01:00
|
|
|
config = true,
|
|
|
|
opts = {
|
2023-05-23 16:33:44 +01:00
|
|
|
background_colour = "#000000",
|
2023-05-16 09:22:33 +01:00
|
|
|
fps = 60,
|
2023-06-06 11:14:31 +01:00
|
|
|
render = "default",
|
2023-05-16 09:22:33 +01:00
|
|
|
},
|
2023-05-04 12:39:25 +01:00
|
|
|
}
|