Problems with Copilot Plugin in Neovim (nvim) #152171
Replies: 4 comments 6 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Yes, it does not work. but anyway it should not happen. In the log I see any ideas? |
Beta Was this translation helpful? Give feedback.
-
|
Solution: delete |
Beta Was this translation helpful? Give feedback.
-
|
I managed to fix this on my setup. In my case the problem was not my Copilot account, but another plugin interfering with the setup flow. I had What worked for me:
After that, both plugins worked correctly again. So if anyone hits this, check whether another plugin is intercepting or overriding the Copilot auth/setup flow. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Description:
The latest version of copilot.vim (GitHub repository, version 1.42.0) contains a critical bug. After successfully connecting to a GitHub account, the following error occurs:
This issue does not appear to be related to the Node.js version, as I was using Node.js v22.14.0 at the time.
Workaround:
I was able to resolve the issue by downgrading the plugin to an earlier version: 1.34.0 (May 2024). I did not test other versions, but I selected this one because it worked with my previous configuration.
Steps to Reproduce:
copilot.vimversion 1.42.0 in Neovim.:Copilot setupor attempt to use Copilot.Expected Behavior:
Copilot should initialize without errors and work as expected after authentication.
System Information:
Additional Notes:
1.34.0resolves the problem.Beta Was this translation helpful? Give feedback.
All reactions