Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim

Home Page:https://codeium.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completion does not work in nvim-dap-ui

ayoubelmhamdi opened this issue · comments

When we use nvim-dap-ui, the completion is shown but is not accepted when we press any binding key. I also tried manually setting it to letter i by:

inoremap i <C-O>:call codeium#Accept()<cr>

But it doesn't work.

rcarriga/nvim-dap-ui#310