fix(nvim): properly filter Hop
messages in Noice
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s
This commit is contained in:
parent
5ea8ff87ac
commit
9c0f5e8e19
@ -38,7 +38,7 @@ return {
|
|||||||
},
|
},
|
||||||
routes = {
|
routes = {
|
||||||
{
|
{
|
||||||
filter = { event = "msg_show", find = "Hop .*:" },
|
filter = { event = "msg_show", find = "Hop .*:%s*" },
|
||||||
opts = { skip = true },
|
opts = { skip = true },
|
||||||
},
|
},
|
||||||
-- Ignore `written` message
|
-- Ignore `written` message
|
||||||
|
Loading…
Reference in New Issue
Block a user