junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

Add support for sapling SCM #1511

Open ktf opened 12 months ago

ktf commented 12 months ago

This adds the ability for GFiles to return a list of files from sapling (https://sapling-scm.org), rather than from git.

This extends git support, rather than adding a separate API for it because the two can interoperate and it comes handy not to have to think about the repository type of your project.