Jongwook Choi
974d366b33
[preview] Use bat for syntax highlighting if available
...
In the preview.sh script (used when ruby is not installed),
`bat` (a clone of `cat` with syntax highlighting, etc.) can be
used for the sake of syntax highlighting. If bat is not available,
just fallback to the plain cat as before.
[bat]: https://github.com/sharkdp/bat
2018-11-09 16:11:31 +09:00
Junegunn Choi
009c58b481
Use $LINES instead of $FZF_PREVIEW_HEIGHT
...
Since 0.17.3, fzf exports $LINES and $COLUMNS to preview process.
FZF_PREVIEW_HEIGHT will be deprecated.
2017-12-09 23:22:24 +09:00
Jan Edmund Lazo
b51382fe9e
[fzf#vim#preview] Use ruby in Windows if available ( #471 )
...
Close #459
2017-10-22 22:50:12 +09:00
Jan Edmund Lazo
df79877245
[fzf#vim#preview] works with Windows default command ( #441 )
2017-09-04 22:50:37 +09:00
Junegunn Choi
d99169da2d
Use FZF_PREVIEW_HEIGHT if available. Requires fzf 0.16.7.
...
Close #361
2017-04-30 12:06:41 +09:00
Blaž Hrastnik
4f00962a81
Add support for the rouge highlighter. ( #336 )
...
https://github.com/jneen/rouge
2017-03-18 02:07:06 +09:00
Junegunn Choi
06a8b870c0
[Tags] Support multiple tags files
...
We also apply --nth 1..2 by default to limit the search scope.
Close #106
Related #5 , #329
2017-03-10 17:04:52 +09:00
Junegunn Choi
f54ec7caf1
Do not preview binary files
2017-01-23 10:28:08 +09:00
Junegunn Choi
abdf894edf
[fzf#vim#with_preview] Expand relative path
...
Close #261
2016-12-08 13:30:06 +09:00
alex
42086bee57
Add preview.sh for ruby-less previews. ( #259 )
2016-12-05 02:11:22 +09:00
Junegunn Choi
9ce2c2179f
Add fzf#vim#with_preview function for previewing search result
...
Close #225
2016-11-26 14:11:27 +09:00