copilot-cmp
copilot-cmp copied to clipboard
Lua plugin to turn github copilot into a cmp source
Switches call as suggested in #117
I'm trying to configure cmp with Copilot, and although it works, I'm only receiving one suggestion. I've reviewed some other issues and noticed that there are users who have attached...
Is it possible to add support for blink.cmp? https://github.com/Saghen/blink.cmp Thanks!
Updated the `is_stopped` method call to use colon syntax in `source.is_available` function. This ensures proper invocation of the method and avoids potential runtime errors. Previous of this change I got...
Deprecation warning began with release of nvim `0.11`. I hope minor formatting changes alright. My automatic lua formatting triggered it. I see the conventions are followed elsewhere in the file,...
When I invoke copilot chat window and start typing my prompt I get copilot's completion virtual text, which I find pretty annoying. how could I make it not autocomplete my...
Hi, I have a problem with multiline insertions for the GO code. It works fine for LUA (e.g. nvim config) but it doesn't for GO. Here are the examples: -...