Updated config
This commit is contained in:
11
.config/nvim/lua/disabled/notify.lua
Normal file
11
.config/nvim/lua/disabled/notify.lua
Normal file
@ -0,0 +1,11 @@
|
||||
return {
|
||||
"rcarriga/nvim-notify",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
background_colour = "#000000",
|
||||
fps = 60,
|
||||
render = "compact",
|
||||
timeout = 0,
|
||||
},
|
||||
config = true,
|
||||
}
|
Reference in New Issue
Block a user