✨ feat(nvim): add nvim-notify opts
This commit is contained in:
parent
3d1e5fc980
commit
a06bb01a35
1 changed files with 9 additions and 0 deletions
9
.config/nvim/lua/plugins/nvim-notify.lua
Normal file
9
.config/nvim/lua/plugins/nvim-notify.lua
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
opts = {
|
||||||
|
fps = 75,
|
||||||
|
stages = "slide",
|
||||||
|
render = "wrapped-compact",
|
||||||
|
timeout = 1000,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue