-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No GitHub token found. #409
Comments
Does |
Yes, on my windows machine it's located under: It has the following content:
Only my linux machine it looks the same, only the token is different. |
Could it be how the paths are separated? Your setup looks about right to me. |
I don't know, my programming knowledge within the neovim infrastructure is limited. To test it, can I call this function in Neovim like this?
|
Okay, slowly getting there... I just manually changed the line 83 Now I'm getting another error:
|
Solution to the curl problem can be found here. This means replacing line 83, as described in the previous post, indeed solves this bug. |
Also use $HOME instead of ~ as its more friendly for expansion on different OS. Fixes CopilotC-Nvim#409 Signed-off-by: Tomas Slusny <[email protected]>
Alright, created PR for the fix (with fallback to original value when not found) |
Also use $HOME instead of ~ as its more friendly for expansion on different OS. Fixes CopilotC-Nvim#409 Signed-off-by: Tomas Slusny <[email protected]>
Also use $HOME instead of ~ as its more friendly for expansion on different OS. Fixes #409 Signed-off-by: Tomas Slusny <[email protected]>
I am using this plugin under Windows 11 (Neovim 0.10.1) and the copilot.vim plugin.
I keep gettting the following error:
Copilot itself works.
On my Linux machine, the plugin does work with this config.
I use the following config for the plug:
My complete config can be found here .
I tried a couple of things:
Anyone any ideas on how I can make this plugin work?
The text was updated successfully, but these errors were encountered: