Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 700 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 700 Bytes

quickpick-files.vim

Files picker for quickpick.vim.

Install

Plug 'prabirshrestha/quickpick.vim'
Plug 'clozed2u/quickpick-files.vim'

Finder

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'

Usage

:Pfiles