feat: only show important notifications
All checks were successful
Container build / container-build (push) Successful in 3m26s
All checks were successful
Container build / container-build (push) Successful in 3m26s
This commit is contained in:
parent
b11b9fd153
commit
702687276a
10
config/nvim/plugins/notifications.lua
Normal file
10
config/nvim/plugins/notifications.lua
Normal file
@ -0,0 +1,10 @@
|
||||
-- Only show important notifications.
|
||||
return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
opts = {
|
||||
level = 3,
|
||||
render = "minimal",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user