TabbyML / vim-tabby

Apache License 2.0
38 stars 2 forks source link

recipe to integrate with vim-cmp ? #4

Closed pjz closed 6 months ago

pjz commented 6 months ago

Anyone have a recipe to integrate with vim-cmp? Right now they both use Tab which conflicts: I see the tabby completion, but then the vim-cmp completions also show, and end up preferred for selection. vim-cmp, though, is extensible, so it should be possible to add tabby as a completion provider.

icycodes commented 6 months ago

Hi, @pjz Thank you for bringing up this issue.
The vim-tabby plugin is designed to be independent of other completion plugins. But it should be possible to fork the plugin source code and modify them to be compatible with vim-cmp.

Additionally, I would recommend reaching out to our Slack community, or open an issue in our main repo. As this repo is for releasing vim-tabby and may have lower traffic.

pjz commented 6 months ago

Okay, I made https://github.com/TabbyML/tabby/issues/1024 instead of this one.