add config for nvim-notify

This commit is contained in:
2024-11-02 21:32:46 -04:00
parent ac67731ed7
commit 0bd3d9a7cc
+4 -1
View File
@@ -1,4 +1,7 @@
return {
"rcarriga/nvim-notify",
opts = {},
opts = {
level = "info",
render = "fade_in_slide_out",
},
}