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