refactor(nvim): properly filter some messages in noice

This commit is contained in:
Price Hiller 2023-09-15 08:16:19 -05:00
parent ccb8d9dcbc
commit fc095fc6bf
No known key found for this signature in database

View File

@ -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