feat: only show important notifications

This commit is contained in:
Job
2024-11-01 20:37:52 +01:00
parent b11b9fd153
commit 702687276a

@@ -0,0 +1,10 @@
-- Only show important notifications.
return {
{
"rcarriga/nvim-notify",
opts = {
level = 3,
render = "minimal",
},
},
}