I haven't been able to get this to work. Inside Vim, :Files is not a recognized command.
I'm using Pathogen for my plugins.
I installed fzf as a command-line tool and that works.
I cloned this repo in my ~/.vim/bundle directory and restarted Vim, but it seems that isn't enough.
What else do I need to do?
Nevermind. I was reading an article titled "VIM AFTER 15 YEARS" that claims the way to run this is to enter :Files. I see now that I have to enter :FZF.
:Files is provided by https://github.com/junegunn/fzf.vim, which is a collection of commands built using the basic functionality provided by this main repo.
That is what I installed, but I still don't have the :Files command. Maybe there is another step I need to take to activate the plugin. However, that isn't usually needed with Pathogen. I just need to clone the repo into my ~/.vim/bundle directory which is what I did with fzf. Not sure why it isn't working.
You need to clone both repositories and that's all you have to do.
set rtp+=~\.fzf
@bochen2014 I think's it is set rtp+=~/.fzf
Most helpful comment
set rtp+=~\.fzf