Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.12k stars 147 forks source link

Completion does not work in nvim-dap-ui #280

Open ayoubelmhamdi opened 9 months ago

ayoubelmhamdi commented 9 months ago

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.

https://github.com/rcarriga/nvim-dap-ui/issues/310