rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

Idea: Add support for skim (`sk`) #15

Closed victorz closed 4 years ago

victorz commented 4 years ago

Would be awesome if there was support for the fzf clone called "skim", written in rust.

rlivings39 commented 4 years ago

Added the setting fuzzyCmd and verified a few things using that set to skim/bin/sk. Let me know if that misses something.