Cursor doesn't move when I accept multi-line suggestions #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have the following code:
>|<represents the cursor and the lines started with>>represent the Supermaven suggestion. When I accept the suggestion with Tab, the suggested code inserts but the cursor stays where it was:As the result, I get the same suggestion again. No matter how many time I accept the suggestion, it gives me the same suggestion over and over again:
This does not happen when the suggestion is on the same line as the cursor.
I'm using the latest nightly release of neovim:
And I'm using the Pro version.
We're having trouble reproducing this. Could you provide some more information about your setup? Do you have any other plugins installed or any custom keybindings that could affect this?
I don't think any of my plugins or keybindings could affect this, but I can investigate it. https://github.com/supermaven-inc/supermaven-nvim/pull/5 fixed the issue though.
I was able to reproduce it in a clean install with this config:
With:
And:
Using PR #7 i get the correct behaviour and this does not occur anymore.