Files picker for quickpick.vim.
Plug 'prabirshrestha/quickpick.vim'
Plug 'clozed2u/quickpick-files.vim'
By default quickpick-files.vim
use fd as a finder command, so you need fd
command in your $PATH
.
You can override finder command by set g:quickpick_files_command
variable to your prefer command, for example if you want to use rg instead of fd you can put line below into your vim config
let g:quickpick_files_command = 'rg --files'
:Pfiles