Exafunction / codeium.nvim

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

match nvim-cmp is_invalid check logic #84

Closed 724399396 closed 10 months ago

724399396 commented 10 months ago

I'm not familiar with the internal implementation of nvim-cmp, but by comparing the is_invalid implementation of nvim-cmp, I found that making this change can fix the issue where the newer version of nvim-cmp fails to display codeium suggestions.

zjykzk commented 10 months ago

why not merge

cnfczn commented 10 months ago

This merger has created new problems #86