beacon_ignore_filetypes = ['fzf'] breaks things
abenz1267 opened this issue · 2 comments
abenz1267 commented
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.
Regards
DanilaMihailov commented
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.
abenz1267 commented
Hey,
it doesn't break anymore. Still blinks once when opening the window itself though.
Regards