1
0
Fork 0

Add links to highlighters

This commit is contained in:
Delapouite 2018-10-31 19:38:30 +01:00
parent b0b66aee4e
commit 62e0aea6a3

View file

@ -16,7 +16,7 @@
|tmux |Depends on [fzf-tmux](https://github.com/junegunn/fzf/blob/master/bin/fzf-tmux) script.| |tmux |Depends on [fzf-tmux](https://github.com/junegunn/fzf/blob/master/bin/fzf-tmux) script.|
|X11 |X11 supported via `termcmd` option. | |X11 |X11 supported via `termcmd` option. |
|GNU Screen|GNU Screen is not yet supported. | |GNU Screen|GNU Screen is not yet supported. |
|ctags |[univresal-ctags](https://github.com/universal-ctags/ctags) package. | |ctags |[universal-ctags](https://github.com/universal-ctags/ctags) package. |
## Installation ## Installation
Recommended way to install is to use [plug.kak](https://github.com/andreyorst/plug.kak) plugin Recommended way to install is to use [plug.kak](https://github.com/andreyorst/plug.kak) plugin
@ -122,10 +122,10 @@ Amount of lines in preview window can be changed with `fzf_preview_lines` option
You also can specify which highlighter to use within the preview window with `fzf_highlighter` option. You also can specify which highlighter to use within the preview window with `fzf_highlighter` option.
Supported tools are: Supported tools are:
* Bat * [Bat](https://github.com/sharkdp/bat)
* Coderay * [Coderay](https://github.com/rubychan/coderay)
* Highlight * [Highlight](https://gitlab.com/saalen/highlight)
* Rouge * [Rouge](https://github.com/jneen/rouge)
You can disable the preview window in fzf window by setting `fzf_preview` option to `false`: You can disable the preview window in fzf window by setting `fzf_preview` option to `false`: