mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +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 = {
|
||||
event = "msg_show",
|
||||
find = "%d+L, %d+B",
|
||||
any = {
|
||||
{ find = "%d+L, %d+B" },
|
||||
{ find = "; after #%d+" },
|
||||
{ find = "; before #%d+" },
|
||||
},
|
||||
},
|
||||
view = "mini",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue