Issues installing copilot.vim when cloning repo #152760
Replies: 2 comments
-
|
Are you using Linux/Mac or Windows Here is my setup on macOS git clone --depth=1 https://github.com/github/copilot.vim.git \
~/.config/nvim/pack/github/start/copilot. Vim
-- at copilot.luat
return {
"github/copilot.vim",
enabled = true
}
-- then: Copilot and authentication |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
maybe a bad node version. Anyway, it worked well with copilot.lua |
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.
-
Select Topic Area
Question
Body
I couldn't update copilot.vim recently using Lazy. It was timing out when cloning.
I tried to manually clone the repository in my local directory but I found also issues there.
I tried to increase git buffer
and clone with ssh. The cloning succeeded but it took a lot of time.
Then, starting nvim again, Lazy failed to install the plugin again:
loading

until failed

Here's my config for Lazy:
{ "github/copilot.vim", enabled = true },Can you help me with this?
Beta Was this translation helpful? Give feedback.
All reactions