How to stop highlighting after accepted a suggestion #290
Replies: 1 comment
-
You're seeing the behavior of the built-in snippet expansion. Unfortunately, nothing we can do on the blink side |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, just wondering if this is how the plugin should behave before I raise a bug. Basically when I accept a suggestion, the accepted suggestion is highlighted and and highlighting stays on so it won't detect that I already move on to the next word, hence the next word's auto complete does not get triggered.
For example in this clip, when I accepted suggestion "On", the cursor highlighted as soon as I type "Make", after "Make" I had to do a tab to get outside of the bracket, then move the cursor back inside to continue typing without the highlighting and the next word's autocomplete gets triggered.
Is there anyway I can disable this or that's how it works? Thank you.
I'm on Neovim v0.10.2. Blink v0.5.1. Below is my config.
Beta Was this translation helpful? Give feedback.
All reactions