mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(noice): send written notifications to the mini view instead of notify
This commit is contained in:
parent
a213da4430
commit
2525b91313
1 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue