|
Hey, I'm wondering if there's a way to toggle sources on demand? Having something like dictionary is nice, and just activating it for specific filetypes is probably alright for most use cases. Is this possible at the moment? |
Answered by
saghen
Dec 17, 2025
Replies: 1 comment
|
Yep, set a function on |
0 replies
Answer selected by
edvinsyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, set a function on
sources.providers.foo.enablethat checks avim.g.blink_cmp_foo_enabled. Then you can create a keymap that toggles that global variable (true/false)