-
I've enabled the snacks plugin with the following config:
Now whenever a plugin (e.g. overseer) uses the vim.ui.select functionality, it throws the following error:
Before I start disabling my other plugins to debug this, I was wondering if anyone has an idea why this is happening? I've looked into the code but can't make sense of it. Extmarks might have something to do with it? Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Jan 21, 2025
Replies: 1 comment 1 reply
-
You're overriding the options for every picker. That's not how to do it. Remove all of that inside picker. And use Snacks.picker.smart() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iverberk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're overriding the options for every picker. That's not how to do it. Remove all of that inside picker.
And use Snacks.picker.smart()