This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Neoclip: multi-platform clipboard provider w/o extra dependencies #14706
Labels
Milestone
You can continue the conversation there. Go to discussion →
This is a request for comments for my project Neoclip.
As we all know, Neovim had dropped all system-specific code to access clipboard. While it was a flexible design, but it led to several common problems the users seem to encounter all the time: need for extra utlities or specific GUIs; poor performance under some circumstances; unreliable detection of Visual-Blocks and such. There were some attempts to resolve this problem, like this or this, but none is complete and ready for use.
So I present my solution: it is a plugin and several binary extension modules for major platforms providing uniform API to access system clipboard. The project state is as follows:
So I'd be glad to get any feedback from all of you. If you think it's a good addition to your plugin collection; or maybe it's even worth shipping Neoclip as default plugin with Neovim runtime; or maybe you can spot some bugs and so on.
Thank you!
The text was updated successfully, but these errors were encountered: