Closed ajboni closed 2 years ago
That needs to be implemented into preview. Which one of text preview programs do you have installed on the system? You can see the list of all the available ones in the README.
The problematic one is highlight
. Removed that, installed bat
and works as expected, also found some error messages with source-highlight
only. #2
Thanks!!
It turns out highlight doesn't have an option to set output width (to enable text wrapping) while bat does. I could pipe output of highlight
into some external program to add it but I think it would be better to leave it as is. Those who need text wrapping can use bat as you do.
Hello, thanks for this great tool! As lf plugin, on text previews, It would be nice to have some sort of text wrap (or maybe thats a lf thing?)
it wraps correctly as standalone though