Skip to content

Commit

Permalink
Clarify that "fzf.vim" depends on "fzf"
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Jan 8, 2018
1 parent 2686522 commit c0a5fee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit c0a5fee

@exic
Copy link

@exic exic commented on c0a5fee Feb 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this can be made more clear here in the original project, too?

Please sign in to comment.