Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
638 stars 49 forks source link

Codeium Competions Dont Show #192

Open dirpytoes1315 opened 4 weeks ago

dirpytoes1315 commented 4 weeks ago

Codeium auth has been completed and shows as a 'ready source name' in :CmpStatus but doesnt show any auto completions. The log in .cache/nvim/codeium/codeium.log.log is:

[ERROR Thu 30 May 2024 02:41:34 PM ACST] /home/henry/.local/share/nvim/lazy/codeium.nvim/lua/codeium/io.lua:82: could not open dir /tmp/nvim.henry/64f8Km/0codeium/manager : ENOENT: no such file or directory: /tmp/nvim.henry/64f8Km/0codeium/manager

rwese commented 2 weeks ago

What does Lazy show, is codeium.nvim listed? Does the check in lazy succeede? How did you configure the plugin? Did you add it to cmp as a source?

Try deleting the lazy/codeium.nvim folder and let lazy reinstall it.