zbirenbaum / copilot-cmp

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

[Bug] Doesn't update the completion menu automatically. #72

Closed Fau818 closed 1 year ago

Fau818 commented 1 year ago

It looks like this plugin does not automatically update the completion menu. I have demonstrated this in the following videos with copilot-cmp and cmp-copilot respectively.

https://github.com/zbirenbaum/copilot-cmp/assets/75115028/c588da49-89fd-4089-a8cb-eb3b8d5a2b70

Fau818 commented 1 year ago

Just now I tried to set suggestion.auto_trigger = false and then I found that the issue was fixed.

I think I share the same problem with #71.

saladuit commented 1 year ago

I will definitely try!