We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
keyword_length
0
1
The text was updated successfully, but these errors were encountered:
Experiencing the same issue. As soon as keyword_length is set to 2, Copilot completions stop appearing.
2
Sorry, something went wrong.
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.
No branches or pull requests
Trying to configure the Copilot cmp source like this leads to Copilot suggestion not appearing anymore:
Setting
keyword_length
to0
or1
works, as does omittingkeyword_length
altogether.The text was updated successfully, but these errors were encountered: