update some plugin configuration

This commit is contained in:
Alexander Navarro 2024-11-22 12:52:48 -03:00
parent 82a3427e1b
commit ec617fabc2
6 changed files with 54 additions and 29 deletions

View file

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