You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I remember, upon my previous installation, this feature worked fine.
[tab] works fine for call codeium#Accept(), but a imap does not. As below, ^, works for next candidate, but ^. does not work for acceptance. I swapped ^, and ^., and accept still failed.
" Use Vim settings, rather than Vi settings (much better!)." This must be first, because it changes other options as a side effect.setnocompatibleif &cp | setnocp | endifpackadd! matchit
callplug#begin()
Plug 'Exafunction/codeium.vim', { 'branch': 'main' }
callplug#end()
"let g:codeium_disable_bindings=1imap<C-,><cmd>call codeium#CycleCompletions(1)<CR>imap<C-.><cmd>call codeium#Accept()<CR>" Load all plugins now." Plugins need to be added to runtimepath before helptags can be generated.packloadall" Load all of the helptags now, after plugins have been loaded." All messages and errors will be ignored.silent!helptagsALL
The text was updated successfully, but these errors were encountered:
As I remember, upon my previous installation, this feature worked fine.
[tab] works fine for
call codeium#Accept()
, but aimap
does not. As below,^,
works for next candidate, but^.
does not work for acceptance. I swapped^,
and^.
, and accept still failed.Windows. Neovim 0.10.1. Neovide. codeium.vim fa65fa9 (24/9/12)
The text was updated successfully, but these errors were encountered: