Update installation instruction
This commit is contained in:
parent
98bef4600c
commit
245ee42763
16
README.md
16
README.md
@ -32,18 +32,14 @@ The script will setup:
|
|||||||
|
|
||||||
### Install as Vim plugin
|
### Install as Vim plugin
|
||||||
|
|
||||||
You can use any Vim plugin manager to install fzf for Vim. If you don't use one,
|
Once you have cloned the repository, add the following line to your .vimrc.
|
||||||
I recommend you try [vim-plug](https://github.com/junegunn/vim-plug).
|
|
||||||
|
|
||||||
1. [Install vim-plug](https://github.com/junegunn/vim-plug#usage)
|
```vim
|
||||||
2. Edit your .vimrc
|
set rtp+=~/.fzf
|
||||||
|
```
|
||||||
|
|
||||||
call plug#begin()
|
Or you may use any Vim plugin manager, such as
|
||||||
Plug 'junegunn/fzf'
|
[vim-plug](https://github.com/junegunn/vim-plug).
|
||||||
" ...
|
|
||||||
call plug#end()
|
|
||||||
|
|
||||||
3. Run `:PlugInstall`
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user