summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-09-02 13:06:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-09-02 13:06:05 +0900
commit175fe158edfc303ecfea570e1501f5f4fe8391d4 (patch)
tree1d7104123f82e493a3eb0dbd391e2925ec556802
parent80efafccebb1104c6a0e3be2b65533ef7a2db825 (diff)
Add vim-plug recipe
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09a75d69..c5e345af 100644
--- a/README.md
+++ b/README.md
@@ -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
-----