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

add beacon_ignore_filetypes #10

Closed infinite-ops closed 4 years ago

infinite-ops commented 4 years ago

Beacon was messing with popup borders of fzf. Using the same syntax as you have, I've added ignore for filetypes, it appears to work and it no longer messes with the fzf popup borders.

Hopefully this PR is the right way to do it. Never done one before

DanilaMihailov commented 4 years ago

Looks great! Haven't encountered this bug myself, all floating windows should be ignored by default actually, I guess it does not work sometimes. I wanted to implement this myself, good catch :)

I see you updated readme, could you please update /doc/beacon.txt as well?

infinite-ops commented 4 years ago

Oh woops! Updated that too. Thanks :)

DanilaMihailov commented 4 years ago

Looks great, thank you :)

infinite-ops commented 4 years ago

thank you! Love the plugin :)