copilot-cmp
copilot-cmp copied to clipboard
Copilot suggestions don't appear if keyword_length is configured to be > 1
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 or 1 works, as does omitting keyword_length altogether.
Experiencing the same issue. As soon as keyword_length is set to 2, Copilot completions stop appearing.
Same here. Trying to prevent copilot from making suggestions on every single keystroke, sometimes with just a closing bracket or colon.
CmpStatus shows 'copilot' as loaded and working
Yep, also experiencing this issue.