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
After install and configuring the auth-token, codeium does not work for me.
Expected Behaviour:
Ghost Text appears after writing def fib(n): in a python-file in neovim.
Actual Behaviour:
Nothing related to codeium appears.
Additional info:
There is no error message and no log file in ~/.cache/nvim/codeium.
Edit:
I removed some comments about the language server failing when starting it manually. That was misleading, as I started it with the wrong parameters.
The text was updated successfully, but these errors were encountered:
bschnitz
changed the title
No Logs; Connection error when starting the LSP manually
Codeium not working and not log output
Sep 25, 2024
After install and configuring the auth-token, codeium does not work for me.
Expected Behaviour:
Ghost Text appears after writing
def fib(n):
in a python-file in neovim.Actual Behaviour:
Nothing related to codeium appears.
Additional info:
There is no error message and no log file in
~/.cache/nvim/codeium
.Edit:
I removed some comments about the language server failing when starting it manually. That was misleading, as I started it with the wrong parameters.
The text was updated successfully, but these errors were encountered: