Closed yangxyo closed 4 years ago
You are a careless man. You lose the "-latest" in url="https://github.com/g-plane/zsh-yarn-autocompletions/releases/download/v$version/yarn-autocompletions_$platform.zip". So installed by plugin-manager show 404. It should be:
url="https://github.com/g-plane/zsh-yarn-autocompletions/releases/download/v$version/yarn-autocompletions_$platform.zip"
url="https://github.com/g-plane/zsh-yarn-autocompletions/releases/download/v$version/yarn-autocompletions_$platform-latest.zip
You are a careless man. You lose the "-latest" in
url="https://github.com/g-plane/zsh-yarn-autocompletions/releases/download/v$version/yarn-autocompletions_$platform.zip"
. So installed by plugin-manager show 404. It should be: