Replies: 1 comment 1 reply
-
With 32ac556, you can either return |
Beta Was this translation helpful? Give feedback.
1 reply
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 noticed that with 0.14's release, blink always uses the condition
vim.bo.buftype ~= 'prompt'
to check if it should be enabled. That's a bummer, since some popular plugins have prompt buffers where completion would be welcome (such as nvim-dap's REPL).Actually, that's my main use case: I was trying to set up nvim-dap's builtin completion (via omni) with blink, but it seems to be no longer possible.
Beta Was this translation helpful? Give feedback.
All reactions