enable nvim-notify
This commit is contained in:
parent
56462aca75
commit
43d21bb1a3
1 changed files with 10 additions and 0 deletions
10
lua/plugins/nvim-notify.lua
Normal file
10
lua/plugins/nvim-notify.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
opts = {
|
||||||
|
-- stages = "fade_in_slide_out",
|
||||||
|
stages = "static",
|
||||||
|
-- render = "compact",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue