zplugを使ってgit contribスクリプトを設定するには?

zplugを使ってgit contribスクリプトを設定するには?

zshでdiff-highlight自動インストールを追加したいです。プラグプラグ:

zplug "git/git", as:command, use:"contrib/diff-highlight/diff-highlight" \
  hook-build:"cd contrib/diff-highlight && make", \
  depth:1

手動で試してみると、ビルドフックが機能してバイナリを生成しますが、何もしませんzplug install

以下に関連するエラー行があります。

{"pid":27363,"shlvl":1,"level":"INFO","dir":"/home/sullivan/dotfiles","message":"git/git: no matches found, rename_hash is empty","trace":["__zplug::log::write::info:2","__zplug::sources::github::load_command:70","(eval):1","__zplug::core::sources::use_handler:13","__zplug::core::cache::commands:13","__load__:55","__zplug::core::core::run_interfaces:14","zplug:12","/home/sullivan/.zshrc:16","zsh:80"],"date":"2019-02-19T16:16:23+0100"}

私が何かを逃したのか、それともバグですか?これがバグであれば、zplugリポジトリに問題を公開します。

ありがとう

ベストアンサー1

おすすめ記事