-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
can't see suggestions together with Lsp #100
Comments
same problem. |
I think I have the same problem with no copilot suggestions appearing in the cmp menu |
My phenomenon is that sometimes only copilot appears in the menu, and everything else I need is cleared |
My phenomenon is that it doesn't appear at all |
Same here! |
Same here |
same here |
for me, cmp never contains suggestions from copilot (if I turn on suggestions and auto_trigger, I can see the ghost text containing the copilot autocompletion). tried solutions from all the issues with this problem but nothing works. I'm using nvchad, if that is relevant. the output of my LSPInfo
edit: this seems relevant- the output of CmpStatus is:
|
NVM solved it. I was not setting the nvim-cmp options correctly. solved it by doing:
Now I am having the OP's problem- I can only see either copilot's suggestions or other suggestions. 🥲 |
So whats happening with me is when I type, suggestions from other sources come, later on copilots inserts suggestions. When those come, the other suggestions from previous sources are gone. |
zbirenbaum/copilot-cmp#100 caused only copilot OR other suggestions to show up in cmp, never both at the same time
Still happening |
wow, its been a year but there isn't any solution I switched to |
@ek234
|
this is my packer.lua file
this is my cmp_config.lua file
when I'm writing code, only lsp suggestions showed, like in the next photo.
when there is no suggestions left, like the following
if I press tab, the copilot suggestions appear.
what's the problem, how can I get all suggestions together, without pressing tab explicitly and when there are other suggestions.
The text was updated successfully, but these errors were encountered: