AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
996 stars 20 forks source link

Support replacing multiple registers #17

Closed AckslD closed 3 years ago

AckslD commented 3 years ago

In some situations it's useful to replace multiple registers (such as ", * and +). This could be both explicitly and for the default_register setting.

See #13 for further discussion.

AckslD commented 3 years ago

The following can be a useful reference for handling arguments to the vimscript telescope command: https://github.com/nvim-telescope/telescope.nvim/pull/1075#issuecomment-893000122