mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
feat: Added notify
This commit is contained in:
parent
de8a963708
commit
ca2586c153
1 changed files with 13 additions and 0 deletions
13
lua/plugins/notify.lua
Normal file
13
lua/plugins/notify.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-- Add options for notify to avoid transparent background errors
|
||||
|
||||
return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
opts = {
|
||||
fps = 10,
|
||||
background_colour = "#000000",
|
||||
stages = "fade",
|
||||
render = "compact",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue