- Notifications
You must be signed in to change notification settings - Fork493
Neovim plugin for GitHub Copilot
License
github/copilot.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GitHub Copilot is an AI pair programmer tool that helps you write code fasterand smarter. Trained on billions of lines of public code, GitHub Copilot turnsnatural language prompts including comments and method names into codingsuggestions across dozens of languages.
Copilot.vim is a Vim/Neovim plugin for GitHub Copilot.
To learn more, visithttps://github.com/features/copilot.
To access GitHub Copilot, an active GitHub Copilot subscription is required.Sign up forGitHub Copilot Free, orrequest access from your enterprise admin.
InstallNeovim or the latest patch ofVim (9.0.0185 or newer).
InstallNode.js.
Install
github/copilot.vim
using vim-plug, lazy.nvim, or any otherplugin manager. Or to install manually, run one of the followingcommands:Vim, Linux/macOS:
git clone --depth=1 https://github.com/github/copilot.vim.git \ ~/.vim/pack/github/start/copilot.vim
Neovim, Linux/macOS:
git clone --depth=1 https://github.com/github/copilot.vim.git \ ~/.config/nvim/pack/github/start/copilot.vim
Vim, Windows (PowerShell command):
git clone --depth=1 https://github.com/github/copilot.vim.git ` $HOME/vimfiles/pack/github/start/copilot.vim
Neovim, 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 accepted by pressing the tab key.See:help copilot
for more information.
We’d love to get your help in making GitHub Copilot better! If you havefeedback or encounter any problems, please reach out on ourfeedbackforum.
About
Neovim plugin for GitHub Copilot
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.