copilot-cmp icon indicating copy to clipboard operation
copilot-cmp copied to clipboard

Lua plugin to turn github copilot into a cmp source

Results 31 copilot-cmp issues
Sort by recently updated
recently updated
newest added

It is more extensible use lspkind's `symbol_map` to add the icon and add the proper kind name for `vim_item`.

When I hit Enter to select the candidate, it confirms the selection, but it prompts a cmp list again. ![CleanShot 2022-07-01 at 21 07 54](https://user-images.githubusercontent.com/49930785/176900870-a5afb743-83b3-4612-b6a2-89f7a801f8d2.gif)

Common use case of copilot is 1 write a comment 2 go to next line 3 accept suggestion This is not working, even when I force trigger cmp (cmp.mapping.complete()) then...

check https://github.com/windwp/nvim-autopairs#you-need-to-add-mapping-cr-on-nvim-cmp-setupcheck-readmemd-on-nvim-cmp-repo. i just noticed that this plugin seems to break that functionallity. regards

I have a slight issue that I've only been able to track to this plugin, however it might still be in my cmp config. For example if I have ```.python...

I'm so impressed with copilot and this plugin has made it super easy to get it working nicely with neovim. The only issue I have is that Copilot likes to...

Hello again! First a little follow-up on #3, it seems it's working much better now, I'm now using 0.7 and I have the latest version of your plugins. I'm now...

So sometimes when I'm indenting something the simple fact of pressing tab in the blank causes suggestions to popup which can be quite annoying... Would be nice to be able...

Trying to configure the Copilot cmp source like this leads to Copilot suggestion not appearing anymore: ``` { name = "copilot", keyword_length = 3 }, ``` Setting `keyword_length` to `0`...

Hey there @zbirenbaum , thank you for this awesome plugin! 🙇🏻 I have this issue. My suggestions are all one-liners. Instead of having this: I get just the first line...