Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
639 stars 50 forks source link

neovim notice unavailable source names #193

Closed matianhe3 closed 3 weeks ago

matianhe3 commented 4 weeks ago

:CmpStatus show unavailable source names. install by lazyvim LazyExtras. codeium not effect

aliaksandr-trush commented 4 weeks ago

Looks like README contains all required information https://github.com/Exafunction/codeium.nvim?tab=readme-ov-file#nvim-cmp

stong1994 commented 3 weeks ago

I encountered the same error, and for me, it was a 'heartbeat failed' issue. after execute export no_proxy=127.0.0.1 base on the solution found at https://github.com/Exafunction/codeium.nvim/issues/164, it start working!

matianhe3 commented 3 weeks ago

I encountered the same error, and for me, it was a 'heartbeat failed' issue. after execute export no_proxy=127.0.0.1 base on the solution found at #164, it start working!

it works, thanks.