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:
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",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user