Where has the triggers_blacklist option gone? #726
Closed
curiousyogurt
started this conversation in
General
Replies: 2 comments
-
Check the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. Here's my fix:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a which-key config that has the following lines:
opts = { -- Do not trigger for visual from normal mode triggers_blacklist = { n = { "v" } } },
It throws an error when starting up vim to see :
checkhealth
.:checkhealth which-key
reports:`- WARNING Your config uses deprecated options:
triggers_blacklist
Please refer to the docs for more info.
`
However, I don't see anywhere in the docs that there is more information about the triggers_blacklist option. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions