mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +00:00
Update README
This commit is contained in:
parent
f7a85ea55d
commit
8f9dbc4c29
@ -41,8 +41,12 @@ export PATH=$PATH:~/bin
|
|||||||
Install as Vim plugin
|
Install as Vim plugin
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
You can use any plugin manager. If you don't use one, I recommend you try
|
fzf was not designed to be a Vim plugin, but you can use it as one. The only
|
||||||
[vim-plug](https://github.com/junegunn/vim-plug).
|
reason one might consider using fzf in Vim is its speed. For a very large list
|
||||||
|
of files, fzf is significantly faster than native Vim plugins.
|
||||||
|
|
||||||
|
You can use any Vim plugin manager to install fzf as a Vim plugin. If you don't
|
||||||
|
use one, I recommend you try [vim-plug](https://github.com/junegunn/vim-plug).
|
||||||
|
|
||||||
1. [Install vim-plug](https://github.com/junegunn/vim-plug#usage)
|
1. [Install vim-plug](https://github.com/junegunn/vim-plug#usage)
|
||||||
2. Edit your .vimrc
|
2. Edit your .vimrc
|
||||||
|
Loading…
Reference in New Issue
Block a user