lukechilds/zsh-better-npm-completion

zplug use

davidosomething opened this issue · 1 comments

since you call compdef you need the nice parameter >= 10
that ensures compdef() the function exists in the first place

see: https://github.com/zplug/zplug#3-tags-for-zplug
https://github.com/zsh-users/zsh/blob/master/Completion/compinit#L238

Thanks for pointing that out 👍

Should be sorted now c20cf68