refactor(nvim): properly filter some messages in noice
This commit is contained in:
parent
ccb8d9dcbc
commit
fc095fc6bf
@ -29,6 +29,17 @@ return {
|
||||
popupmenu = {
|
||||
backend = "cmp",
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = { event = "msg_show", find = "Hop .*:" },
|
||||
opts = { skip = true }
|
||||
},
|
||||
{
|
||||
view = "split",
|
||||
filter = { event = "msg_show", min_height = 20 },
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
dependencies = {
|
||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
||||
|
Loading…
Reference in New Issue
Block a user