-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeium not working after update (lazyvim) #232
Comments
Same problem, after the update has been reported error. |
For now if you need to get some work done. You can pin the version to a commit from a few days ago (just guessing that something recent broke the plugin) Add return {
"Exafunction/codeium.nvim",
commit = "937667b2cadc7905e6b9ba18ecf84694cf227567", -- just guessing the commit sha here
-- ... rest of your config
} And if you don't want to set and forget this pinned version add checker = {
check_pinned = true, --
-- ... rest of your config
}, |
After I switch to commit 937667b, codeium.nvim reports an error that changes to |
You'll need to run |
I manually switched the branch of codeium.nvim to 937667b And export no_proxy was configured as prompted by other issues. Before the update, everything was going well. !Note: |
Tried the latest language-server version on my local and it looks more stable for me. Could you try this PR #233 ? |
Which version of commit are you based on? |
Seemingly is working for me, will update if not |
You'll have to use @aliaksandr-trush's fork of the plugin return {
"aliaksandr-trush/codeium.nvim", -- forked repo
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
},
config = function()
require("codeium").setup({})
end,
} |
You also need to specify correct branch name: branch = "update_server_version" |
Pretty sure your branch doesn't exist on the main repo codeium.nvim branches. It'll only exist here |
This fork solves the problem, so great. |
After experimenting locally, I found that when I switched to this commit, problems began to occur. 891439a |
Are you on Windows by any chance? |
no any change. just switch commit. |
Thanks for bearing with us as we sort this out. |
Mac |
@pqn I am on windows 11. I have attached the logs in the original post. |
|
A fork also has branches... his main is 5months old |
mac user here. not sure what you fixed but commmits after 937667b show this issue #236, pinning install to that commit fixes the problem |
There have been a series of updates to the nvim extension recently, please try updating to the latest. |
This is my lazyvim configuration and it works very well.
|
Hello, I updated my plugins today and codeium is now broken and keeps spamming me with notifications "Code completion request failed".
I use LazyVim without custom configuration.
I collected the logs, attaching them here.
codeium.log.log
The text was updated successfully, but these errors were encountered: