Skip to content
Snippets Groups Projects
Commit 175fe158 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Add vim-plug recipe

parent 80efafcc
No related branches found
No related tags found
No related merge requests found
......@@ -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
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment