AckslD / nvim-neoclip.lua

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

fix(fzf-lua): use the newer 'fzf_exec' API #79

Closed ibhagwan closed 1 year ago

ibhagwan commented 1 year ago

This makes fzf-lua work again with neoclip, using the new API also supports using :FzfLua resume to respawn fzf-lua's neoclip UI.

AckslD commented 1 year ago

Thanks @ibhagwan!!