lazyvim/lua/plugins/noice.lua
2023-03-16 08:47:32 +01:00

19 lines
266 B
Lua

return {
"folke/noice.nvim",
event = "VeryLazy",
opts = {
routes = {
{
filter = {
event = "msg_show",
kind = "",
--find = "written"
},
opts = {
skip = true
}
}
}
}
}