From a7adbb5b1034738fba83119d75edc87dd12545e5 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 19 Oct 2020 14:18:35 +0200 Subject: [PATCH] Plugin from main fzf repository is needed --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 5d3f5a5..6b68d3b 100644 --- a/.vimrc +++ b/.vimrc @@ -141,6 +141,7 @@ endif " fzf integration for fast fuzzy finding, better and faster than ctrl-p set rtp+=~/workspace/projects/others/fzf set rtp+=/data/data/com.termux/files/usr/bin/fzf +Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' " Customize fzf colors to match your color scheme