Skip to content

keybinding for Accept() fails #456

Open
@bon-ami

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions