romkatv / zsh4humans

A turnkey configuration for Zsh
MIT License
1.81k stars 116 forks source link

Install fzf completions without the rest of the zsh4human framework #314

Closed pjhfggij closed 5 months ago

pjhfggij commented 5 months ago

Is it possible to install fzf completions that z4h provides without installing all the other components? On archlinux most of the packages are already provided and can be installed just by sourcing their .plugin.zsh files. However, there doesn't seem to be any easy way to install the great collection of fzf completion integrations that come with z4h (command line flags, recent directories, etc.).

Are these fzf completion integrations available anywhere else as a separate repository? I couldn't any corresponding folder in the default .cache/zsh4humans/v5.

romkatv commented 5 months ago

Is it possible to install fzf completions that z4h provides without installing all the other components?

I'm not sure I understand the question but the answer is most likely "No".

Are these fzf completion integrations available anywhere else as a separate repository?

Ditto.

pjhfggij commented 5 months ago

No worries, I wasn't aware that so many fzf completion integrations were included in zsh4humans. Now trying to write zshrc from scratch I was caught off guard that none of them come with the default completion.zsh script from fzf. It's very minimal. I am looking at alternative projects (pmy, fzf-zsh-completions, fzf-tab).