copilot.vim icon indicating copy to clipboard operation
copilot.vim copied to clipboard

Neovim plugin for GitHub Copilot

Results 47 copilot.vim issues
Sort by recently updated
recently updated
newest added

I'm currently using Copilot in VS Code and considering switching to Neovim. Before doing so, I wanted to ask if the Neovim integration supports: - Agent mode - MCP servers...

When I run `:Copilot disable`, the Copilot plugin correctly stops suggesting completions. However, after some time (possibly when switching buffers or navigating between files, I use telescope ), it re-enables...

Hi team, Im trying to use the copilot with my enterprise account. but it seems not able to authenticate. When I tried to do the `Copilot setup` as instructed, the...

## Problem - When I try to autocomplete the **suggestions given from copilot**, then at the end it adds the character "**@7**" , and if i autocomplete inside the **brackets**...

copilot.vim bundles it, but some people don't like bundling and would like to use standalone copilot-language-server package. [Repology](https://repology.org/projects/?search=copilot-language-server) shows that NixOS already has such package, and I am also going...

I've configured `copilot.vim` to work on Git commit message as follows: ``` let g:copilot_filetypes = { \ 'gitcommit': v:true, \} ``` However, the suggestions don't seem to take into account...

It would be great to be possible to use Ollama Cloud as a Copilot provider similar to the [VScode integration](https://docs.ollama.com/integrations/vscode#vs-code) I've also raised this in the [Ollama repo](https://github.com/ollama/ollama/issues/12688)

Not so long ago, it was possible to generate multiple lines of completion. This was very helpful for tests for example but now it always generate one single line: https://github.com/user-attachments/assets/236f6f31-0e53-49c8-89e2-fa07d223e22a...

## Problem When using GitHub Copilot CLI with autonomous AI assistants that have been granted full user trust, the approval prompt for every command execution creates unnecessary friction and breaks...

I am having the issue also reported here: https://github.com/orgs/community/discussions/126645 Setup: Copilot.vim is installed in git-for-windows VIM setup (cloned into `~/.vim/pack/github/start/copilot.vim`). The browser is configured by `let g:browser = 'C:\Program Files\Mozilla...