feat: hide written
This commit is contained in:
parent
047c0d2e67
commit
08a15569b7
18
lua/plugins/noice.lua
Normal file
18
lua/plugins/noice.lua
Normal file
@ -0,0 +1,18 @@
|
||||
return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "msg_show",
|
||||
kind = "",
|
||||
--find = "written"
|
||||
},
|
||||
opts = {
|
||||
skip = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user