AckslD / nvim-neoclip.lua

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

FZF picker broken #78

Closed barrett-ruth closed 2 years ago

barrett-ruth commented 2 years ago

nvim --version: NVIM v0.8.0-dev-1092-g89b9eab63

Configuration:

require 'neoclip'.setup()

It seems to me that with the newest fzf-lua updates nvim-neoclip is not compatible. Attempting to run:

require 'neoclip.fzf'()

Yields E5108: Error executing lua ...ite/pack/paqs/start/nvim-neoclip.lua/lua/neoclip/fzf.lua :127: ...e/nvim/site/pack/paqs/start/fzf-lua/lua/fzf-lua/core.lua:111: attempt to inde x local 'opts' (a function value) stack traceback: [builtin#36]: at 0x555f1bcce2f0 ...ite/pack/paqs/start/nvim-neoclip.lua/lua/neoclip/fzf.lua:127: in function < ...ite/pack/paqs/start/nvim-neoclip.lua/lua/neoclip/fzf.lua:105> [string ":lua"]:1: in main chunk

AckslD commented 2 years ago

Thanks for reporting! Do you know if there were any breaking changes lately in fzf-lua?

ibhagwan commented 2 years ago

79 should fix this.