Copilot plugin fails to load for me, Lazy.nvim clone stucks on 100% Resolving Deltas or manual install not detected
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 35/100
調査の方向性
まず、issue に記載された Lazy.nvim のクローンと手動インストールの手順を再現し、その後 Neovim で init.lua、&runtimepath、:scriptnames を調べます。copilot.lua と copilot.vim の設定および Lazy.nvim のタイムアウト出力を比較します。プラグインが確実に読み込まれ、:Copilot コマンドが利用可能になった時点で issue は完了です。
索引モデルが issue の本文から書いたものです。
説明
I’m trying to use GitHub Copilot with Neovim, but the plugin fails to load reliably. Whether I use the Lua version (via copilot.lua) or Vim‑script version (via copilot.vim), I hit different issues: Lazy.nvim clone gets stuck when it reaches 100% Resolving deltas until I get a timeout error, even when I tried manual installation, Neovim (Lazy.nvim) fails to register/detect the plugin, so commands don’t exist. All my other plugins work fine BTW (themes, bufferline, lualine...etc).
🧪 Environment
- OS: Linux (MX Linux XFCE 25)
- Neovim version: v0.11.5
- Node.js version: v18.20.4 (≥ 16 required for Copilot)
- Plugin manager: Lazy.nvim
- Other plugins: (examples) lualine.nvim, bufferline.nvim, nvim-treesitter, toggleterm.nvim, nvim-notify, nord.nvim, etc. — all load fine
What I tried & What happens
✅ Using copilot.lua (Lua version via Lazy.nvim)
I added this plugin to my Lazy.nvim config with default setup.
On Neovim startup, Lazy.nvim tries to clone the plugin: progress reaches “100% resolving deltas”.
After that, clone hangs indefinitely, eventually failing with a timeout error.
I retried multiple times (network stable, Git config adjusted, buffer size increased) — same problem persists.
✅ Using copilot.vim (Vim‑script version via Lazy.nvim)
I replaced with the Vim‑script version and attempted install via Lazy.nvim.
The same behavior: cloning hangs and times out.
All other plugins via Lazy.nvim install normally (themes, tools, utilities).
✅ Manual clone of copilot.vim
I ran:
git clone --depth=1 https://github.com/github/copilot.vim.git \
~/.config/nvim/pack/github/start/copilot.vim
- Clone completes successfully.
- Folder structure is correct (plugin/, autoload/, lua/, doc/, syntax/, etc.).
- Restarting Neovim: plugin does not load — :Copilot commands do not exist.
- :scriptnames shows no copilot.vim/plugin load.
✅ What I verified
- :echo &runtimepath — the cloned path does not appear.
- Tried vim.cmd [[packadd copilot.vim]] in init.lua → still no commands.
- Verified Node.js version (v18.20.4) and Neovim version (v0.11.5).
🎯 What I expect / What should happen
- Copilot should load properly in Neovim.
- :Copilot commands should be available.
- Lazy.nvim should install and load it without hanging.
- Manual installation should register the plugin properly if path is correct.
❓ Questions / Issues I need help with
- Why does Lazy.nvim hang / timeout when cloning Copilot, while other plugins install fine?
- Why does manual clone not get recognized by Neovim — the pack/start directory seems correct but plugin isn’t loaded.
- Is there a known compatibility issue between Copilot (either version) and my environment?
- Are there recommended steps to install Copilot manually (or via Lazy.nvim) to avoid hanging / detection issues?
- If both official versions consistently fail, is there a known alternative or fork that works reliably?
✅ What I’ve ruled out
- Network instability / Git config -> I successfully cloned other repos.
- Wrong folder path -> folder structure is correct.
- Other plugin conflicts -> other plugins load and work normally.
- Node.js / Neovim versions -> meet minimum requirements.
- 主要言語
- Vim Script
- スター
- 11.7k
- フォーク
- 812
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
github/copilot.vim のほかの issue
-
No link to DeepWiki オープン
難易度 1/5 1時間未満 初心者へのやさしさ 82/100
github/copilot.vim#303 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
github/copilot.vim#276 · コメント 1 件 · リアクション 1 件 ·
-
Neomarley オープン
難易度 5/5 1週間以上 初心者へのやさしさ 1/100
github/copilot.vim#304 ·
-
Readme. オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 20/100
github/copilot.vim#302 · コメント 4 件 ·
-
Micky オープン
難易度 5/5 1週間以上 初心者へのやさしさ 1/100
github/copilot.vim#301 ·
github/copilot.vim の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
palladius/rails8-app-on-gcp#145 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
elastic/gradle-plugins#156 ·
-
area:workflow bug ready-for-agent
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
fil-donadoni/tolaria#4409 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
dotenvx/dotenv-vscode#139 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
Fission-AI/OpenSpec#1960 ·