Updated config

This commit is contained in:
2024-06-17 16:19:21 +02:00
parent cbc235c993
commit 33e490f05f
22 changed files with 59 additions and 135 deletions

View File

@ -0,0 +1,11 @@
return {
"rcarriga/nvim-notify",
event = "VeryLazy",
opts = {
background_colour = "#000000",
fps = 60,
render = "compact",
timeout = 0,
},
config = true,
}