recipe to integrate with vim-cmp ?
pjz opened this issue · 2 comments
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.
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.
Okay, I made TabbyML/tabby#1024 instead of this one.