voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

add highlight to bat #347

Closed balazser closed 2 years ago

balazser commented 2 years ago

What?

Add bat line highlight to fzf --preview

Why?

It wasn't easy to see which line the result was found on.

How?

using bat --highlight-line art

Testing?

I manually tested that the highlight happens.

Screenshots (optional)

image

Anything Else?

voldikss commented 2 years ago

Thanks