mattn / vim-fz

Ultra Fast Fuzzy Finder for Vim8
MIT License
64 stars 2 forks source link

add support for autodownloading gof and files #24

Open prabirshrestha opened 4 years ago

prabirshrestha commented 4 years ago
Plug 'mattn/vim-fz', { 'do': ':FzInstallBin' }
smekkley commented 3 years ago

I'm against this. It is one of the reasons I'm not using vim fzf.
Binaries should be provided by the package managers. Afaik the plugins that use python, ripgrep, or clang don't install the binary through vim scripts.