add config for nvim-notify
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
opts = {},
|
opts = {
|
||||||
|
level = "info",
|
||||||
|
render = "fade_in_slide_out",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user