Skip to content

bylatt/quickpick-files.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

File picker for quickpick.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published