From 85bee62c70355ae076e9d87ff265a8e1d3252e1a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 1 Sep 2019 08:17:51 +0200 Subject: [PATCH] Added termux version of fzf to path --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index bffc241..4f049d3 100644 --- a/.vimrc +++ b/.vimrc @@ -136,6 +136,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 Plugin 'junegunn/fzf.vim' " Customize fzf colors to match your color scheme