#Accepting suggestion works only once on <Tab>

1 messages · Page 1 of 1 (latest)

ancient kelp
#

Hi there,
I'm new at using vim and i'm facing a problem when I try to accept suggestion with Tab key :

If <Tab> is the key mapped for codeium#Accept, I can accept only one suggestion. After that, suggestions appears but pressing Tab just adds spaces, I can no more accept suggestion.

When I remap to another key set (for ex <C-a>) I have no problem to accept suggestions.

I tried to remap <Tab> with vim.keymap.set and vim.api.nvim_set_keymap, in plugin config or init.lua, but I got the same result.

I don't think that's a bug from the codeium plugin nor neovim. I suspect another lazy plugin to remap the Tab key but I don't know how to check nor how to fix that

I'm using Neovim 0.9.1, LazyVim 8.3.0, on macOS and Archlinux.

magic plaza
#

Do you have telescope installed? You can try :Telescope keymaps to see your defined mappings, maybe.