AckslD / nvim-neoclip.lua

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

feat: on telescope custom action, add property to distinguish between a yank and a macro entry #90

Closed Jeansidharta closed 1 year ago

Jeansidharta commented 1 year ago

fixes #89.

Simply pass down the typ variable to the telescope custom action handler

AckslD commented 1 year ago

Thanks for the contribution!