update some plugin configuration
This commit is contained in:
parent
82a3427e1b
commit
ec617fabc2
6 changed files with 54 additions and 29 deletions
|
|
@ -42,12 +42,26 @@ return {
|
|||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "msg_show",
|
||||
kind = "",
|
||||
find = "written",
|
||||
},
|
||||
-- Don't show these messages
|
||||
opts = { skip = true },
|
||||
filter = {
|
||||
any = {
|
||||
{
|
||||
event = "msg_show",
|
||||
kind = "search_count",
|
||||
},
|
||||
{
|
||||
event = "msg_show",
|
||||
kind = "",
|
||||
find = "written",
|
||||
},
|
||||
{
|
||||
event = "msg_show",
|
||||
kind = "",
|
||||
find = "yazi.nvim",
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
filter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue