vijaymarupudi / nvim-fzf

A Lua API for using fzf in neovim.
MIT License
340 stars 13 forks source link

async_action fails with neovim release 0.5 #19

Closed ibhagwan closed 3 years ago

ibhagwan commented 3 years ago

Pretty much same PR #15, uv.new_pipe is missing arguments and the previewer fails with:

NVIM-FZF LUA ERROR
Error executing lua: ...e/nvim/site/pack/packer/opt/nvim-fzf/lua/fzf/actions.lua:13: bad argument #1 to 'new_pipe' (boolean expected, got no value)
ibhagwan commented 3 years ago

If you’re having issues reproducing I used the 0.5 release appimage

ibhagwan commented 3 years ago

Created PR #20, closing this issue.