wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

feat: add "list" finder #408

Closed wincent closed 1 year ago

wincent commented 1 year ago

Allows you to pass in an arbitrary list of candidates into a scanner.

Includes some refactorings of scanners/finders in general.

Will look into further refactoring to potentially implement existing scanners/finders in terms of either the list finder (eg. CommandTHelp, CommandTBuffer) or the command finder (eg. CommandTGit, CommandTFind etc).