zbirenbaum / copilot-cmp

Lua plugin to turn github copilot into a cmp source
MIT License
1.13k stars 41 forks source link

Use copilot.api and hide getPanelCompletions #47

Closed MunifTanjim closed 1 year ago

MunifTanjim commented 1 year ago

Replace custom implementation with copilot.api module.

Fix integration for opts.method = "getPanelCompletions"

MunifTanjim commented 1 year ago

but unless your experience is very different from mine

Nah, it's the same. It's a hit or miss, mostly miss. Most of the times I don't get anything at all, the time to receive suggestion is way too long.

MunifTanjim commented 1 year ago

panel completions should probably just be removed at least from the docs for now.

Yep, done.