Dependencies

This commit is contained in:
Junegunn Choi
2020-07-27 20:47:38 +09:00
parent 2bf85d25e2
commit 7bc8eccf57
2 changed files with 38 additions and 17 deletions

View File

@@ -48,6 +48,13 @@ Plug 'junegunn/fzf.vim'
`fzf#install()` makes sure that you have the latest binary, but it's optional,
so you can omit it if you use a plugin manager that doesn't support hooks.
### Dependencies
- For syntax-highlighted preview, install [bat](https://github.com/sharkdp/bat)
- `Ag` requires [The Silver Searcher (ag)][ag]
- `Rg` requires [ripgrep (rg)][rg]
- `Tags` and `Helptags` require Perl
Commands
--------