starter/lua/plugins/notify.lua

7 lines
97 B
Lua

return {
"rcarriga/nvim-notify",
keys = {
{ "<esc>", require("notify").dismiss },
},
}