Skip to content

Commit

Permalink
Noice had too much noise
Browse files Browse the repository at this point in the history
djensenius committed Dec 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0a9b402 commit 5eac1f6
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion nvim/lua/plugins/noice.lua
Original file line number Diff line number Diff line change
@@ -7,7 +7,33 @@ return {
},
presets = {
inc_rename = true,
}
},
routes = {
{
filter = {
event = "msg_show",
kind = "",
find = "written",
},
opts = { skip = true },
},
{
filter = {
event = "msg_show",
kind = "wmsg",
find = "BOTTOM",
},
opts = { skip = true },
},
{
filter = {
event = "msg_show",
kind = "emsg",
find = "E486",
},
opts = { skip = true },
},
},
-- add any options here
},
dependencies = {

0 comments on commit 5eac1f6

Please sign in to comment.