beacon.nvim icon indicating copy to clipboard operation
beacon.nvim copied to clipboard

beacon_ignore_filetypes = ['fzf'] breaks things

Open abenz1267 opened this issue 4 years ago • 2 comments

Hi,

setting that option in the config breaks neovim, when opening fzf... at least with !, f.e. :Rg!. What happens is: the highlight will be stuck at the top of the FZF window and you can't close it, because neovim complains about a floating window still being open...if you manage to close it the same file will be opened in a second tab.

beacon_breaking

Regards

abenz1267 avatar Jul 03 '20 19:07 abenz1267

Hey, thanks for feedback :)

I guess I introduced this bug, when tried to fix another bug, but I fixed it now, I hope :) You can update plugin and check it out. Tell me if it works or not.

DanilaMihailov avatar Jul 05 '20 16:07 DanilaMihailov

Hey,

it doesn't break anymore. Still blinks once when opening the window itself though.

Regards

abenz1267 avatar Jul 05 '20 16:07 abenz1267