I have a docs command in my project and a docs folder in my root directory
"scripts": {
"docs": "pnpm -C docs dev"
},
When I type
pnpm docs
Press Enter and zsh will complete
pnpm docs/
Trying to turn off the zsh-autosuggestions plugin won't help either