-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error plenary.nvim #212
Comments
Use codeium.vim with Lazy.nvim: return {
'Exafunction/codeium.vim',
config = function()
-- Change '<C-g>' here to any keycode you like.
vim.keymap.set('i', '<C-k>', function() return vim.fn['codeium#Accept']() end, { expr = true, silent = true })
vim.keymap.set('i', '<c-;>', function() return vim.fn['codeium#CycleCompletions'](1) end,
{ expr = true, silent = true })
vim.keymap.set('i', '<c-,>', function() return vim.fn['codeium#CycleCompletions'](-1) end,
{ expr = true, silent = true })
vim.keymap.set('i', '<c-x>', function() return vim.fn['codeium#Clear']() end, { expr = true, silent = true })
end
} |
@vanpapoet I'm fix used
|
that doesn't work for me 🫤 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error executing luv callback:
....local/share/nvim/lazy/plenary.nvim/lua/plenary/curl.lua:300: get https://github.com/Exafunction/codeium/rel
eases/download/language-server-v1.8.80/language_server_linux_x64.gz - curl error exit_code=23 stderr={ "curl: (
23) Failed writing received data to disk/application" }
stack traceback:
[C]: in function 'error'
....local/share/nvim/lazy/plenary.nvim/lua/plenary/curl.lua:300: in function '_user_on_exit'
.../.local/share/nvim/lazy/plenary.nvim/lua/plenary/job.lua:241: in function '_shutdown'
.../.local/share/nvim/lazy/plenary.nvim/lua/plenary/job.lua:48: in function <.../.local/share/nvim/lazy
/plenary.nvim/lua/plenary/job.lua:39>
[C]: in function 'nvim_exec2'
vim/_editor.lua:431: in function 'cmd'
Version: NVIM v 0.10.1
OS: Void Linux
The text was updated successfully, but these errors were encountered: