Skip to content
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

keybinding for Accept() fails #456

Open
bon-ami opened this issue Sep 27, 2024 · 0 comments
Open

keybinding for Accept() fails #456

bon-ami opened this issue Sep 27, 2024 · 0 comments

Comments

@bon-ami
Copy link

bon-ami commented Sep 27, 2024

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.

Windows. Neovim 0.10.1. Neovide. codeium.vim fa65fa9 (24/9/12)

" Use Vim settings, rather than Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
if &cp | set nocp | endif


packadd! matchit

call plug#begin()
Plug 'Exafunction/codeium.vim', { 'branch': 'main' }
call plug#end()

  "let g:codeium_disable_bindings=1
  imap <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! helptags ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant