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

gem install fzf

parent 79fbcb22
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,18 @@ Make sure that ~/bin is included in $PATH.
export PATH=$PATH:~/bin
```
Install as Vim plugin
---------------------
### Install as Ruby gem
fzf can be installed as a Ruby gem
```
gem install fzf
```
However, this is not recommended since the Ruby gem version of fzf takes
slightly longer to start.
### Install as Vim plugin
fzf was not designed to be a Vim plugin, but you can use it as one. The only
reason one might consider using fzf in Vim is its speed. For a very large list
......
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