E5108: Error executing lua ...nvim/site/pack/packer/start/fzf-lua/lua/fzf-lua/core.lua:215: ...l/share/nvim/site/pack/packer/start/nvim-fzf/lua/fzf.lua:130: ...nvim/site/pack/packer/start/nvim-fzf/lua/fzf/helpers.lua:29: bad argument #1 to 'new_pipe' (boolean expected, got no value)
this happens due to missing arguments for both uv.new_pipe()and uv.spawn at helpers.luacmd_line_transformer, not sure what they changed in the functions couldn’t find built in help for them and didn’t have time to dig yet, you can change uv.new_pipe(false) and you’ll see the error from spawn, according to this it requires a function but I didn’t have time to get further than that.
nvim-fzf breaks with the official 0.5 app.image with:
this happens due to missing arguments for both
uv.new_pipe()
anduv.spawn
at helpers.luacmd_line_transformer
, not sure what they changed in the functions couldn’t find built in help for them and didn’t have time to dig yet, you can changeuv.new_pipe(false)
and you’ll see the error fromspawn
, according to this it requires a function but I didn’t have time to get further than that.