1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Plugin from main fzf repository is needed

This commit is contained in:
2020-10-19 14:18:35 +02:00
parent 7f3e2231c7
commit a7adbb5b10

1
.vimrc
View File

@@ -141,6 +141,7 @@ endif
" fzf integration for fast fuzzy finding, better and faster than ctrl-p " fzf integration for fast fuzzy finding, better and faster than ctrl-p
set rtp+=~/workspace/projects/others/fzf set rtp+=~/workspace/projects/others/fzf
set rtp+=/data/data/com.termux/files/usr/bin/fzf set rtp+=/data/data/com.termux/files/usr/bin/fzf
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
" Customize fzf colors to match your color scheme " Customize fzf colors to match your color scheme