feat: only show important notifications
All checks were successful
Container build / container-build (push) Successful in 3m26s

This commit is contained in:
Job 2024-11-01 20:37:52 +01:00
parent b11b9fd153
commit 702687276a
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

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