zsh-completions icon indicating copy to clipboard operation
zsh-completions copied to clipboard

`vagrant global-status` not autocompleting?

Open mcandre opened this issue 3 years ago • 1 comments

Hi, I am having good luck with the ssh completions included with this project. However, the Vagrant completion doesn't seem to be working for some reason. Do I need to do anything extra for the vagrant completions to enable them, compared to the usual snippet?

plugins=(git zsh-completions)
autoload -Uz compinit && compinit -i

mcandre avatar Nov 23 '20 03:11 mcandre

Could you tell us what is your expected behavior ?

Sub-command completions looks work well.

zsh

If you doesn't work with only oh-my-zsh, please see https://github.com/zsh-users/zsh-completions/issues/765#issuecomment-707124639

syohex avatar Nov 24 '20 03:11 syohex