Exafunction / codeium.vim

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

Can't use esc after installing codeium on nvim #168

Closed SBHattarj closed 1 year ago

SBHattarj commented 1 year ago

I'm on nvim 0.9.1 and after install codeium on it, esc just doesn't work

ray-pH commented 1 year ago

@SBHattarj how do you resolve this?

SBHattarj commented 1 year ago

@SBHattarj how do you resolve this?

You are having similar issue? The issue was with key binding, after disabling the default, I had accidentally added key binding to ctrl+[ (for cycling completion) but that's the key binding that esc maps to. I thought others who are using nvim will not repeat that error so I closed this issue.