minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
592 stars 21 forks source link

Add company-backend->capf adapter #1

Closed minad closed 2 years ago

minad commented 2 years ago

Such an adapter is not possible in all cases, e.g., if the backend makes use of Company-specific features like asynchronous completions. Hopefully such an adapter could fill some of the gaps to Company. Downside is that Company would still have to be installed as a library.