Exafunction / codeium.nvim

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

Not working on windows currently. #103

Closed leet0rz closed 8 months ago

leet0rz commented 9 months ago

After navigating through a minefield of errors, I finally get no errors and codeium starts with the following message: Codeium.nvim: server updated the completion does not work however.

WillEhrendreich commented 8 months ago

ok, so I think I have things fixed, I have a pr for the windows problems I know about. Take a look Here: https://github.com/Exafunction/codeium.nvim/pull/105

Once my pr gets accepted, this should work for people on windows, that seems to clear the errors.

As for the cmp integration, I'd encourage you to take a look at @folke's implementation of it in his extras of lazyvim. https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/coding/codeium.lua

leet0rz commented 8 months ago

ok, so I think I have things fixed, I have a pr for the windows problems I know about. Take a look Here: #105

Once my pr gets accepted, this should work for people on windows, that seems to clear the errors.

As for the cmp integration, I'd encourage you to take a look at @folke's implementation of it in his extras of lazyvim. https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/coding/codeium.lua

Yeah I were able to get past all the errors by myself but the completion does not work, it does not work with lazyvim's setup either and it should not depend on lazyvim's setup. There should be clear guidance on this plugin how to make it work, which I've followed to a T and there is no completion. Completion works for everything else I am using, but not Codeium.

Just letting you know.

folke commented 8 months ago

Did you do :Codeium Auth?

leet0rz commented 8 months ago

Did you do :Codeium Auth?

Yep, and entered the token successfully.

leet0rz commented 8 months ago

I retried the codeium vim version, installed manually and did the auth in powershell and now it works. The Auth would not work with git-bash.

Not sure if the manually downloading was needed or not but try authing with powershell if you are having this issue.

folke commented 8 months ago

no idea. You'll need to check with codeium-nvim, not a LazyVim issue

leet0rz commented 8 months ago

no idea. You'll need to check with codeium-nvim, not a LazyVim issue

Well yeah, this is a Codeium thread and the other person might have pinged you.

folke commented 8 months ago

Right, my bad :)

leet0rz commented 8 months ago

Right, my bad :)

No worries, we've spoken over a few threads so easily mixed up :)