You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this issue as well. For me it was just easier to decouple codeium from the other capf's with cape, like so:
(defun my/codeium ()
"Decouple codeium from other completions"
(interactive)
(cape-interactive #'codeium-completion-at-point))
Did you manage to get Codeium to show up with a preview and no popups, similar to copilot.el? I wish I could write elisp well enough to whip up my own solution, but I cannot.
I use codeium with corfu like this, but I don't get the expected integrated candidates(lsp candidates are not present).
The text was updated successfully, but these errors were encountered: