Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release 0.8 builds don't work correctly with fzf-lua previews #984

Open
andrewferrier opened this issue Nov 7, 2022 · 1 comment
Open

Comments

@andrewferrier
Copy link

Apologies, I haven't had time to fully look into this issue yet and create a minimal repro, but am opening this anyway in case it's easily reproducible by you.

I use fzf-lua fairly extensively with NeoVim. With 0.8 or nightly in the terminal, it works as expect. With VimR 0.7, it worked well. However, with VimR 0.8 nightly (showing as NVIM v0.9.0-dev-nvimserver-0.7.0-0-54-gb3f42c717), I get lots of issues with fzf-lua. In particular, in the pop up windows, previews don't display (:Fzf files is an easy way to see this). I see the same problems with many other Fzf commands.

I wonder if something has changed with pop-up window behavior to cause this?

@andrewferrier andrewferrier changed the title Pre-release 0.8 builds don't work correctly with fzf-lua Pre-release 0.8 builds don't work correctly with fzf-lua previews Nov 7, 2022
@ibhagwan
Copy link

ibhagwan commented Feb 17, 2023

FYI, just implemented a one liner workaround to make fzf-lua work in VimR, update to the latest fzf-lua commit and add to your config:

-- make sure “nvim” is a valid neovim shell binary
vim.env.FZF_LUA_NVIM_BIN="nvim"

For more info: ibhagwan/fzf-lua#651 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants