Exafunction / codeium.nvim

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

Unused source in cmp #34

Closed ww-daniel-mora closed 1 year ago

ww-daniel-mora commented 1 year ago

:lua =require('cmp').status() Reports codeium as an unused source. I am having trouble figuring out how to move it to a ready source.

# ready source names
- path
- buffer
- luasnip
- TabNine

# unused source names
- codeium

# unknown source names
- copilot
- nvim_lsp
- nvim_lua
- calc
- emoji
- treesitter
- crates
- tmux
ww-daniel-mora commented 1 year ago

Config issue on my end. I needed to add it to cmp sources. I was just confused because LunarVim does this for you for TabNine and Copilot so I did not have another configuration example to follow.