diff --git a/functions/fisher_install.fish b/functions/fisher_install.fish index 6f01272..db7ae97 100644 --- a/functions/fisher_install.fish +++ b/functions/fisher_install.fish @@ -123,8 +123,14 @@ function fisher_install -d "Install Plugins" end end + debug "Resolve dependencies %s" "$path" + set -l deps (__fisher_deps_install "$path") + if test "$deps" -gt 0 + debug "Install dependencies success" + end + if not __fisher_path_make "$path" --quiet set total (math $total - 1) continue