mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-29 00:06:29 +00:00
Add vim-plug recipe
This commit is contained in:
parent
80efafcceb
commit
175fe158ed
@ -51,8 +51,12 @@ Once you have cloned the repository, add the following line to your .vimrc.
|
|||||||
set rtp+=~/.fzf
|
set rtp+=~/.fzf
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you may use any Vim plugin manager, such as
|
Or you may use [vim-plug](https://github.com/junegunn/vim-plug) to manage fzf
|
||||||
[vim-plug](https://github.com/junegunn/vim-plug).
|
inside Vim:
|
||||||
|
|
||||||
|
```vim
|
||||||
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
|
||||||
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user