feat(noice): send written notifications to the mini view instead of notify

This commit is contained in:
Folke Lemaitre 2023-05-13 15:45:28 +02:00
parent a213da4430
commit 2525b91313
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -221,6 +221,15 @@ return {
["cmp.entry.get_documentation"] = true,
},
},
routes = {
{
filter = {
event = "msg_show",
find = "%d+L, %d+B",
},
view = "mini",
},
},
presets = {
bottom_search = true,
command_palette = true,