Neovim/lua/plugins/notify.lua

9 lines
124 B
Lua

return {
{
"rcarriga/nvim-notify",
opts = {
render = "wrapped-compact",
},
},
}