We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've install all my lazy.nvim plugins in another place by codeium in
require("lazy").setup({ root = vim.fn.expand("~/software/nvim/plugins") })
all the plugins mv to another place, after that codeium cannot worked
[ERROR Wed Feb 26 22:43:17 2025] /Users/cx/software/nvim/lazy/plugins/codeium.nvim/lua/codeium/notify.lua:14: completion request failed: { code = 0, out = '{"code":"unknown","message":"invalid_argument: an internal error occurred"}', response = { body = '{"code":"unknown","message":"invalid_argument: an internal error occurred"}', exit = 0, headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Wed, 26 Feb 2025 14:43:17 GMT", "Content-Length: 75" }, status = 500 }, status = 500 } [ERROR Wed Feb 26 22:49:08 2025] /Users/cx/software/nvim/lazy/plugins/codeium.nvim/lua/codeium/notify.lua:14: completion request failed: { code = 0, out = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}', response = { body = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}', exit = 0, headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Wed, 26 Feb 2025 14:49:08 GMT", "Content-Length: 85" }, status = 504 }, status = 504 } [ERROR Wed Feb 26 23:43:01 2025] /Users/cx/software/nvim/lazy/plugins/codeium.nvim/lua/codeium/notify.lua:14: completion request failed: { code = 0, out = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}', response = { body = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}', exit = 0, headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Wed, 26 Feb 2025 15:43:01 GMT", "Content-Length: 85" }, status = 504 }, status = 504
however if I link the plugin
ls -s ~/software/nvim/plugins/codeium.nvim ~/.local/share/nvim/lazy/
it worked. I've tried to remove all the ~/.codeium/
where is the cache agent for codeium?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've install all my lazy.nvim plugins in another place by codeium in
all the plugins mv to another place,
after that codeium cannot worked
however if I link the plugin
it worked.
I've tried to remove all the ~/.codeium/
where is the cache agent for codeium?
The text was updated successfully, but these errors were encountered: