Replies: 1 comment
-
I have tried many variations of this: routes = {
filter = {
event = "msg", -- with and without, also tried msg_show
kind = "", -- tried with and without
find = "Snippet", -- assumed this would work on its own, but it doesn't
},
opts = { skip = true },
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LuaSnip has this function:
Which I am using based on @MariaSolOs config (great addition), but within Noice it gets a bit noisy as every time I enter insert mode and back out again I get a message from the above print.
I have read the docs and I'm assuming it is possible to hide these based on this: https://arc.net/l/quote/qbkxzake but I have no clue how to make it stick.
Beta Was this translation helpful? Give feedback.
All reactions