codeium.vim
codeium.vim copied to clipboard
It always duplicates the current row within the return statement when I exit insert mode after accepting its suggestion when I destructure props within function param (typescriptreact)
My current workaround is to accept the suggestion, but not exit insert mode where the cursor is, only after I navigate (bring the cursor) to the top of the file within insert mode, and pressing ESC there somehow doesn't ruin what I have within the return statement. The plugin is working great in every other way for me!
That looks like Neovim. I can't reproduce your issue. I don't think this is a problem with the plugin.