Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Neovim plugin for GitHub Copilot

License

NotificationsYou must be signed in to change notification settings

github/copilot.vim

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.

Getting access to GitHub Copilot

To access GitHub Copilot, an active GitHub Copilot subscription is required.Sign up forGitHub Copilot Free, orrequest access from your enterprise admin.

Getting started

  1. InstallNeovim or the latest patch ofVim (9.0.0185 or newer).

  2. InstallNode.js.

  3. Installgithub/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
  4. 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.

Troubleshooting

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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp