Exafunction / codeium.nvim

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

Completion prefix removed #24

Closed naquad closed 1 year ago

naquad commented 1 year ago

Versions Codeium: 1.1.32 NeoVIM: v0.8.3 LuaJIT 2.1.0-beta3 nvim-cmp: latest

Description

Trying to navigate suggestion options yields unexpected behavior.

Actual result

When trying to select (not confirm!) the suggestion it truncates the string prefixing the completion. Demo: https://asciinema.org/a/DkoW93CTZk2IFYkjAzaAgpmsZ

Expected behavior

Navigating through the suggestions w/o affecting the prefix.

Notes

The same configuration works as expected with other sources (LSP, LuaSnip, ...).

jcdickinson commented 1 year ago

This should be fixed with the commit I just pushed. Please test and let me know :)

naquad commented 1 year ago

Works great! Thank you :)