chezmoi/dot_config/nvim/lua/plugins/noice.lua

19 lines
266 B
Lua
Raw Normal View History

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