copilot.lua
copilot.lua copied to clipboard
Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
Hi, i'm facing following minor annoyance and i was wondering, if that's something this plugin COULD fix, or i need to find another solution: so i'm using nvim-autopairs.... and with...
As the letter many of copilot users received today, maybe it's time to look for a open-source AI coding assistant? I found [this cool project](https://github.com/CodedotAl/gpt-code-clippy) in github, maybe there's a...
Hello there, I have noticed that suggestions containing foreign characters are causing the copilot node process to throw errors: ``` [ERROR][2022-06-21 10:47:21] .../vim/lsp/rpc.lua:420 "rpc" "node" "stderr" "[ERROR] [streamChoices] [2022-06-21T08:47:21.693Z] Invalid...
@zbirenbaum I noticed you recently updated the copilot code. Have you thought about removing it from this repo and having only the wrapper and then having folks install the github...
Now that I believe I have the copilot plugins in a stable state, here are the goals I have planned for the future: 1. Customization of result frequency: Currently, completions...
So alongside working on the api, the way I have been testing it is by implementing the features inside of copilot.vim, including making a constant request loop with configurable polling...
I like to always see the shadow text even when completion menu is open. Other integrations like intellij one have this as option as well.
Is there interest in supporting the additional features of copilot chat? - ~`/vscode` - Questions about VS Code.~ probably not this one - `/tests` - Generate unit tests for the...
Hi, If I change the window once a suggestion has appeared next to my cursor, a ghost of that suggestion stays in that line of code and doesn't go away...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action