Exafunction / codeium.nvim

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

How can i use Key Commands like in the Vim Version of this Plugin #133

Open jpx40 opened 6 months ago

jpx40 commented 6 months ago

Hey, i didn't found the right Funtion to implement Completion like in the Vim Example.

Screenshot 2023-12-31 at 01 23 47
ghost commented 6 months ago

If you are referring to virtual text completion, it is not possible with codeium.nvim. You can trigger the completion using nvim-cmp, specifically with the function cmp.complete().

jpx40 commented 6 months ago

If you are referring to virtual text completion, it is not possible with codeium.nvim. You can trigger the completion using nvim-cmp, specifically with the function cmp.complete().

thanks already added nvim-cmp to my config

jasonshanks commented 2 months ago

Gotcha, that explains why I couldn't adapt the .vim ones for nvim/lua version as above!

I can't find an equivalent in nvim-cmp to cycle through suggestions though, any way to accomplish that?