feat: hide written

This commit is contained in:
Kasper Juul Hermansen 2023-03-16 08:47:32 +01:00
parent 047c0d2e67
commit 08a15569b7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

18
lua/plugins/noice.lua Normal file
View File

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