Description
Describe the bug
A clear and concise description of what the bug is
this plugin is outdated and not maintained (11years) and break the official docker autocompletion.
when i install the offical one it dont work, im using swarm and the official one works like a charm with way more information and up to date commands and descriptions., even when using standard docker.
as soon as i comment out the above line all works like expected
To Reproduce
Steps to reproduce the behavior:
install as official docs say: https://docs.docker.com/engine/cli/completion/#zsh
mkdir -p ~/.docker/completions
docker completion zsh > ~/.docker/completions/_docker
/home/ansible/.zshrc.d/50-custom
FPATH="$HOME/.docker/completions:$FPATH"
autoload -Uz compinit
compinit
then trying to use it dont work until i uncomment the line linked above
Desktop (please complete the following information):
- OS/distro Ubuntu
- Version 24
Additional context
I dont think just removing this option is a nice way becouse some people maybee use this, having a setting to disable specific plugins would be nice i guess.