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

Update installation instruction

parent 98bef460
No related branches found
No related tags found
No related merge requests found
......@@ -32,18 +32,14 @@ The script will setup:
### Install as Vim plugin
You can use any Vim plugin manager to install fzf for Vim. If you don't use one,
I recommend you try [vim-plug](https://github.com/junegunn/vim-plug).
Once you have cloned the repository, add the following line to your .vimrc.
1. [Install vim-plug](https://github.com/junegunn/vim-plug#usage)
2. Edit your .vimrc
call plug#begin()
Plug 'junegunn/fzf'
" ...
call plug#end()
```vim
set rtp+=~/.fzf
```
3. Run `:PlugInstall`
Or you may use any Vim plugin manager, such as
[vim-plug](https://github.com/junegunn/vim-plug).
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