copilot.lua
copilot.lua copied to clipboard
Cursor position problems in nvim 0.10
After commit #7304708, when accepting a multi-line suggestion, the cursor moves several lines down into pre-existing text.
It's as if instead of the cursor moving down 4 lines after inserting the text, it moves 4 lines before inserting. The cursor symbol is 4 lines further still, but that is only graphical.
Are you using latest 0.10 nightly?
As of 0.11 nightly the cursor appears to remain at the original position when you would expect it to jump to end of inserted input.