AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
931 stars 19 forks source link

cmp completion source from neoclip #100

Open sandangel opened 1 year ago

sandangel commented 1 year ago

Hi, is it possible to add that feature?

AckslD commented 1 year ago

Would it complete all the entries in the history? Not sure how to do with multiline entries but maybe cmp can handle those? I haven't made a source for cmp but usually they are separate plugins to what they actually complete, so eg cmp-neoclip. Would you like to start such a plugin? :)