agkozak/zsh-z

zsh-z not following description format

AtifChy opened this issue · 7 comments

this is how my completion description look
image

but with zsh-z it's just white text. It's not following my description format
image

my completion description format
zstyle ':completion:*:descriptions' format '%U%B%F{cyan}%d%f%u'

Could you post your whole .zshrc or provide a link to it? Thanks.

zstyle ':completion:*:descriptions' format '%U%B%F{cyan}%d%f%u'

That should have a %b in it: zstyle ':completion:*:descriptions' format '%U%B%F{cyan}%d%f%b%u' But that's not the problem. I'll figure this out.

Could you post your whole .zshrc or provide a link to it? Thanks.

https://github.com/AtifChy/dotfiles/blob/main/.config/zsh/.zshrc

I'm on the verge of solving this. Give me just a little time.

@AtifChy OK. I've got a proposed fix on the description branch. Please give it a try and tell me if it works for you.

Thanks so much, by the way, for bringing this matter up. It gives me an opportunity to improve the plugin.

@AtifChy OK. I've got a proposed fix on the description branch. Please give it a try and tell me if it works for you.

it works

Thanks so much, by the way, for bringing this matter up. It gives me an opportunity to improve the plugin.

my pleasure

All right, I've merged the changes to the master branch, so you may switch back to that. Thanks again.