AckslD / nvim-neoclip.lua

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

Interacting with system clipboard #105

Open TroySigX opened 1 year ago

TroySigX commented 1 year ago

I have set my nvim to sync with the system's clipboard (via vim.opt.clipboard:append('unnamedplus')). Is it possible to show the system's clipboard inside the plugin?

AckslD commented 1 year ago

See #58