zbirenbaum / copilot-cmp

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

Toggle completion source #48

Closed MoritzBoehme closed 1 year ago

MoritzBoehme commented 1 year ago

Hey, I'm currently trying to toggle the completion from copilot on or off, but it seems, that even when toggling to off the completion from copilot.lua, cmp still uses copilot as a source. Is there any way to toggle the source on or off?

MunifTanjim commented 1 year ago

Should be possible once https://github.com/zbirenbaum/copilot.lua/pull/127 gets merged.

MoritzBoehme commented 1 year ago

This solved my issue. Thanks 👍