You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also experiencing a similar issue when coding in clojure where keywords (:foo :bar) etc. are commonly used. Blink will override the leading : when accepting a completion
@Marwwin You seem to be running into a different issue, where \k in vim.regex includes :/ and a few others in clojure. That should get resolved with #46. You could temporarily set your completion.keyword.regex to [-_A-z0-9].
@WieeRd Do you happen to know if nvim-cmp handles this case? It's quite tricky since it's against the existing rules so the buffer source would need a special case for it
Tried out cmdline completion in nvim-cmp for the first time, and it seems to have a same problem, unfortunately.
Including v and V in the search pattern and overwriting them on accept.
Make sure you have done the following
blink.cmp
Bug Description
When the search pattern is prefixed with
\v
or\V
to enable literal or regex search, accepting a completion item removesv
orV
.Relevant configuration
Default configuration is enough to reproduce this behavior by accepting a search completion with
<C-y>
neovim version
NVIM v0.10.3
blink.cmp
version: branch, tag, or commitv0.9.0
The text was updated successfully, but these errors were encountered: