Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.13k stars 147 forks source link

Not working in Podman container in WSL #70

Closed smokeyhallow closed 1 year ago

smokeyhallow commented 1 year ago

Is there any known issues that it won't work in containers/WSL? Is there anyway to check status, say something like: :codeium status so that it says all okay?

Context:

pqn commented 1 year ago

It should still work as far as I know. What file type are you trying to edit? Codeium may be disabled for certain languages -- you could try setting up a status bar for more information: https://github.com/Exafunction/codeium.vim#show-codeium-status-in-statusline

If you don't see anything there as well as no error messages, we can keep digging at what might be going on here.

smokeyhallow commented 1 year ago

I tried using Python, Ruby and JS without any avail! Isn't there any status commands to see if everything is setup properly?

pqn commented 1 year ago

Unfortunately there is no such command right now. If you comment in this line: https://github.com/Exafunction/codeium.vim/blob/88a6a07080301858b0bd02d04f18aa33c96e353c/autoload/codeium/log.vim#L20

I think you will hopefully get some useful logs (in addition to the regular vim logs, example: https://stackoverflow.com/a/3026029/832056), and we can try to debug further.

pqn commented 1 year ago

Closing due to staleness, feel free to reopen if you have more information.