copilot.vim
copilot.vim copied to clipboard
Neovim plugin for GitHub Copilot
I just recently updated neovim and the get this following when using these instructions https://github.com/github/copilot.vim?tab=readme-ov-file any help appreciated ``` Error detected while processing function 86_RunDeferred[6]..5[1]..84_Start[4]..copilot#client#New: line 59: E5108: Error executing...
After setting `vim.g.copilot_auth_provider_url` and authenticating, the extension works superbly. But the token for copilot.vim is valid as long as your SSO session lasts. Typically 24 hours. This leads to frequent...
The file `copilot-language-server/package.json` was referenced for analysis or update. In order to proceed with drafting a complete issue or making the necessary changes, please provide the following additional details: 1....
Problems: - low project context awareness, completions just seem to copy and paste code verbatim from related places, instead of adapting to the local context. I even pointed in comments...
Hi, I’m experiencing a significant delay (~10 seconds) when quitting Neovim (:q) with copilot.vim enabled, and this happens even with a single Neovim session after it has been idle for...
Someone mentioned copilot is now capable of making suggestions between words (as opposed to just at the end of a line or in an empty line): https://github.com/orgs/community/discussions/69002#discussioncomment-13888042 Is this correct?...
It seems like a big security issue to have Copilot running by default within dotenv files (i.e. `.env`) that contain extremely sensitive information (API keys, access tokens, passwords, etc). Can...
The function is enabled in [vscode](https://mrkpatchaa.com/read/customizing-github-copilot-commit-messages). However, I did not know how to implement it in vim. I use [vim-fugitive](https://github.com/tpope/vim-fugitive) in vim to control git.