How to get dot repeat working in nvim to repeat copilot completions #499
Unanswered
OndrejGlembek
asked this question in
Q&A
Replies: 2 comments
-
I've been using copilot.vim with vim for a couple of years where '.' has always worked fine. Perhaps the greatest annoyance for me moving to nvim (lazyvim) is that '.' does not work with copilot.lua. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created an issue (#500) for this, though the implementation is unfortunately harder than it should for repeating text inserts :( |
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.
-
When doing "dot repeat" after the copilot completion, neovim behaves non-deterministically, which can be seen in the
.
register. Is there an option to forcecopilot.lua
to re-instert whatever copilot suggested?I found a similar topic on the
copilot.vim
plugin: https://github.com/orgs/community/discussions/113446, but their solution is not applicable here.Thank you
Beta Was this translation helpful? Give feedback.
All reactions