feat(nvim): add nvim-notify opts

This commit is contained in:
Sergio Laín 2023-12-31 13:20:47 +01:00
parent 3d1e5fc980
commit a06bb01a35
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,9 @@
return {
"rcarriga/nvim-notify",
opts = {
fps = 75,
stages = "slide",
render = "wrapped-compact",
timeout = 1000,
},
}