mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
feat(noice): route some undo messages to the mini view
This commit is contained in:
parent
01fbeb139b
commit
fc236b3a2a
1 changed files with 5 additions and 1 deletions
|
@ -222,7 +222,11 @@ return {
|
||||||
{
|
{
|
||||||
filter = {
|
filter = {
|
||||||
event = "msg_show",
|
event = "msg_show",
|
||||||
find = "%d+L, %d+B",
|
any = {
|
||||||
|
{ find = "%d+L, %d+B" },
|
||||||
|
{ find = "; after #%d+" },
|
||||||
|
{ find = "; before #%d+" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
view = "mini",
|
view = "mini",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue