Job79
702687276a
All checks were successful
Container build / container-build (push) Successful in 3m26s
11 lines
135 B
Lua
11 lines
135 B
Lua
-- Only show important notifications.
|
|
return {
|
|
{
|
|
"rcarriga/nvim-notify",
|
|
opts = {
|
|
level = 3,
|
|
render = "minimal",
|
|
},
|
|
},
|
|
}
|