copilot-cmp icon indicating copy to clipboard operation
copilot-cmp copied to clipboard

Copilot suggestions don't appear if keyword_length is configured to be > 1

Open bsolar17 opened this issue 1 year ago • 3 comments

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.

bsolar17 avatar Feb 06 '24 16:02 bsolar17

Experiencing the same issue. As soon as keyword_length is set to 2, Copilot completions stop appearing.

brendonrapp avatar Mar 13 '24 20:03 brendonrapp

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

doulighan avatar Mar 14 '24 15:03 doulighan

Yep, also experiencing this issue.

cosmicac avatar Mar 21 '24 00:03 cosmicac