11 lines
135 B
Lua
11 lines
135 B
Lua
|
-- Only show important notifications.
|
||
|
return {
|
||
|
{
|
||
|
"rcarriga/nvim-notify",
|
||
|
opts = {
|
||
|
level = 3,
|
||
|
render = "minimal",
|
||
|
},
|
||
|
},
|
||
|
}
|