From 605d9da5128d551bf57603203a0fed0e8f7d5e57 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 18 Mar 2017 02:14:34 +0900 Subject: [PATCH] Update documentation --- README.md | 6 ++++-- doc/fzf-vim.txt | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4411f4..afbffa8 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,10 @@ command! -bang Colors " Augmenting Ag command using fzf#vim#with_preview function " * fzf#vim#with_preview([[options], preview window, [toggle keys...]]) -" * Preview script requires Ruby -" * Install Highlight or CodeRay to enable syntax highlighting +" * For syntax-highlighting, Ruby and any of the following tools are required: +" - Highlight: http://www.andre-simon.de/doku/highlight/en/highlight.php +" - CodeRay: http://coderay.rubychan.de/ +" - Rouge: https://github.com/jneen/rouge " " :Ag - Start fzf with hidden preview window that can be enabled with "?" key " :Ag! - Start fzf in fullscreen and display the preview window above diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index d8c5266..235ec28 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -189,8 +189,10 @@ You can use autoload functions to define your own commands. " Augmenting Ag command using fzf#vim#with_preview function " * fzf#vim#with_preview([[options], preview window, [toggle keys...]]) - " * Preview script requires Ruby - " * Install Highlight or CodeRay to enable syntax highlighting + " * For syntax-highlighting, Ruby and any of the following tools are required: + " - Highlight: http://www.andre-simon.de/doku/highlight/en/highlight.php + " - CodeRay: http://coderay.rubychan.de/ + " - Rouge: https://github.com/jneen/rouge " " :Ag - Start fzf with hidden preview window that can be enabled with "?" key " :Ag! - Start fzf in fullscreen and display the preview window above