mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-08 05:24:47 +08:00
Clarify that "fzf.vim" depends on "fzf"
This commit is contained in:
11
README.md
11
README.md
@@ -34,8 +34,15 @@ note that Windows support is experimental at the moment.
|
||||
Installation
|
||||
------------
|
||||
|
||||
Use [vim-plug](https://github.com/junegunn/vim-plug) or any Vim plugin
|
||||
manager of your choice.
|
||||
fzf.vim depends on the basic Vim plugin of [the main fzf
|
||||
repository][fzf-main], which means you need to **set up both "fzf" and
|
||||
"fzf.vim" on Vim**. To learn more about fzf/Vim integration, see
|
||||
[README-VIM][README-VIM].
|
||||
|
||||
[fzf-main]: https://github.com/junegunn/fzf
|
||||
[README-VIM]: https://github.com/junegunn/fzf/blob/master/README-VIM.md
|
||||
|
||||
### Using [vim-plug](https://github.com/junegunn/vim-plug)
|
||||
|
||||
If you already installed fzf using [Homebrew](https://brew.sh/), the following
|
||||
should suffice:
|
||||
|
||||
Reference in New Issue
Block a user