Bug in the neovim plugin #16435
|
So I have been using copilot a lot and have been loving it ever since. I use it mainly to complete python code for me and it works fantastically. |
Replies: 7 comments 10 replies
|
Similar behavior noticed in case of golang, C++/Java/bash/lua seem to work correctly though. |
|
Javascript is also not working at the moment. I tried logging in and out, as well as updating the plugin. Nothing being suggested. |
|
I also want to point out that this problem still persist with the latest version of the plugin 1.3.0 and it seems not to related to the plugin or neovim versions because I downgraded both and the issue persists, maybe its something from copilot server side? |
|
I think we should open a GitHub issue on the actual neovim plugin, maybe it's a bug in their code and not in Copilot?? |
|
If you are using an older version of the plugin, please upgrade to 1.3.0 or later. See #16423 |
|
|
There's currently an issue running on Node.js 18.1.0. Downgrading to an older version is a workaround. If you can't easily downgrade, you can use a tool like nodenv or nvm to install a version of Node in your home directory, and then tell Copilot where to find it: let g:copilot_node_command = "~/.nodenv/versions/16.15.0/bin/node" |
There's currently an issue running on Node.js 18.1.0. Downgrading to an older version is a workaround. If you can't easily downgrade, you can use a tool like nodenv or nvm to install a version of Node in your home directory, and then tell Copilot where to find it: