DanilaMihailov / beacon.nvim

Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is
324 stars 7 forks source link

beacon_ignore_filetypes = ['fzf'] breaks things #15

Open abenz1267 opened 4 years ago

abenz1267 commented 4 years ago

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

DanilaMihailov commented 4 years ago

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 4 years ago

Hey,

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

Regards