Add vim-plug recipe

This commit is contained in:
Junegunn Choi 2014-09-02 13:06:05 +09:00
parent 80efafcceb
commit 175fe158ed
1 changed files with 6 additions and 2 deletions

View File

@ -51,8 +51,12 @@ Once you have cloned the repository, add the following line to your .vimrc.
set rtp+=~/.fzf
```
Or you may use any Vim plugin manager, such as
[vim-plug](https://github.com/junegunn/vim-plug).
Or you may use [vim-plug](https://github.com/junegunn/vim-plug) to manage fzf
inside Vim:
```vim
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
```
Usage
-----