kiddos / gemini.nvim

gemini bindings for Neovim
24 stars 4 forks source link

Completion mode #4

Closed lu5her-s closed 4 months ago

lu5her-s commented 4 months ago

How to insert completion, and after update pop-up is not show

kiddos commented 4 months ago

yeah, I made some changes. I try to copy how copilot did its completion.

It looks like this.

https://github.com/kiddos/gemini.nvim/assets/9444583/e042d1ac-c79d-48b1-b676-62ac738a7038

default press <S-Tab> to insert the text

And for the original function hints, I made it so that it trys to insert comments above.

https://github.com/kiddos/gemini.nvim/assets/9444583/191d0da0-ad2f-49ae-a2ac-5530a7bff558

lu5her-s commented 4 months ago
it default? but not working for me I use Manjaro.
kiddos commented 4 months ago

could you provide a little more information? or maybe logs?

lu5her-s commented 4 months ago

Ok found it,problem from duplicate with codeium. Thank.

lu5her-s commented 4 months ago

@kiddos I change insert key from \<S-tab> to \<C-O> it worked