Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
644 stars 50 forks source link

Not working on windows currently. #98

Closed leet0rz closed 9 months ago

leet0rz commented 9 months ago

After being able to finally launch it without problems (You need uuidgen in path on windows, you guys said we do not but we do.) the completion does not work. Saw some other people saying its nvim cmp not working with this. Is this being looked at?

pqn commented 9 months ago

We recently adopted this repo from the original author, so I'm still coming up to speed here. Happy to accept a contribution to change the docs regarding the uuidgen requirement, or migrate to using PowerShell for the generation. I'm not sure what you meant by "its nvim cmp not working with this" exactly, could you clarify?

leet0rz commented 9 months ago

We recently adopted this repo from the original author, so I'm still coming up to speed here. Happy to accept a contribution to change the docs regarding the uuidgen requirement, or migrate to using PowerShell for the generation. I'm not sure what you meant by "its nvim cmp not working with this" exactly, could you clarify?

Some guy tracked down a cmp update that broke codeium. I think it is in one of the issues posted, it might be closed but I did find it back then when I made this post. I think I recall using an older version of cmp made it work again.

I fixed the issues that I had. in your docu it said uuidgen was not required to use codeium on windows, but it is as it does not work without it. So I downloaded it and added it to path, now codeium starst without errors but it does not work as mentioned by many other issues dating weeks back, just check the issue log.

Hoping this will work in the future for neovim 👍

pqn commented 9 months ago

From what I see, the uuidgen and nvim-cmp issues are resolved. Feel free to open a new issue if there's something else that's preventing usage.

leet0rz commented 9 months ago

From what I see, the uuidgen and nvim-cmp issues are resolved. Feel free to open a new issue if there's something else that's preventing usage.

That is not the issue, the issue is that it is not working. I just stated that uuidgen is needed for it to work even tho the documentation says otherwise so that is a false statement.

After walking through a minefield of errors (before I made this post), all errors are gone (also before I made this post), codeium still does not work like it does in vscode. There are plenty of issues with the exact same problem.

Reopen, this issue has not been solved.

pqn commented 9 months ago

Yes, uuidgen is a requirement, and I updated the documentation to remove the idea that it wasn't needed for Windows in https://github.com/Exafunction/codeium.nvim/pull/100.

We voluntarily adopted this extension so its users wouldn't be left stranded without their favorite way of using Codeium, so it would be helpful if you can be more specific in what issues you still need resolved.

leet0rz commented 9 months ago

Yes, uuidgen is a requirement, and I updated the documentation to remove the idea that it wasn't needed for Windows in #100.

We voluntarily adopted this extension so its users wouldn't be left stranded without their favorite way of using Codeium, so it would be helpful if you can be more specific in what issues you still need resolved.

There is no auto completion, no errors. Like all the other issues. Some guy tracked it down to a new update from nvim-cmp, I already told you this in the thread.

pqn commented 9 months ago

The nvim-cmp error should be resolved by #84 and #88.

leet0rz commented 9 months ago

The nvim-cmp error should be resolved by #84 and #88.

Unfortunately there is still no auto-completion working for this, I do have a lot of other plugins working with auto completion though. No errors, just says Codeium.nvim: server updated and no completion while typing. Auto-completion works with all my other plugins but not this one so I assume the problem with cmp is still there unless there is a new one. I don't know.