devcontainer/config/nvim/plugins/notifications.lua

11 lines
135 B
Lua
Raw Normal View History

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