Copilot.Vim
Description
Neovim plugin for GitHub Copilot
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
GitHub Copilot for Vim and Neovim
GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter. Trained on billions of lines of public code, GitHub Copilot turns natural language prompts including comments and method names into coding suggestions across dozens of languages.
Copilot.vim is a Vim/Neovim plugin for GitHub Copilot.
To learn more, visit [https://github.com/features/copilot](https://github.com/features/copilot).
Getting access to GitHub Copilot
To access GitHub Copilot, an active GitHub Copilot subscription is required. Sign up for [GitHub Copilot Free](https://github.com/settings/copilot), or request access from your enterprise admin.
Getting started
Install [Neovim][] or the latest patch of [Vim][] (9.0.0185 or newer).
Install [Node.js][]. If you use a package manager, make sure to install NPM as well (e.g., `apt install nodejs npm` on Debian/Ubuntu).
Install `github/copilot.vim` using vim-plug, lazy.nvim, or any other plugin manager. Or to install manually, run one of the following commands:
Vim, Linux/macOS:
git clone --depth=1 https://github.com/github/copilot.vim.git \ ~/.vim/pack/github/start/copilot.vimNeovim, Linux/macOS:
git clone --depth=1 https://github.com/github/copilot.vim.git \ ~/.config/nvim/pack/github/start/copilot.vimVim, Windows (PowerShell command):
git clone --depth=1 https://github.com/github/copilot.vim.git ` $HOME/vimfiles/pack/github/start/copilot.vimNeovim, Windows (PowerShell command):
git clone --depth=1 https://github.com/github/copilot.vim.git ` $HOME/AppData/Local/nvim/pack/github/start/copilot.vim
Start Vim/Neovim and invoke `:Copilot setup`.
Suggestions are displayed inline and can be acce
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git