Neovim/lua/plugins/notify.lua

9 lines
124 B
Lua
Raw Normal View History

2024-04-13 11:12:50 +00:00
return {
{
"rcarriga/nvim-notify",
2024-04-16 12:13:38 +00:00
opts = {
render = "wrapped-compact",
},
2024-04-13 11:12:50 +00:00
},
}