zsh-autocomplete: Completion for Zoxide not working - how can I debug?

Environment

  • zsh-autocomplete version: acfd9db0b0f0ac8191f96706ecd86a7c91a27750
  • Zsh version: zsh-5.8-0-g77d203f
  • Framework: none
  • Plugin manager: Zinit
  • ~/.zshrc file: complicated… the relevant combi should look like this:
eval "$(zoxide init zsh)"

# Can't use `wait` mode, else hooks get not registered for the first prompt.
zinit lucid light-mode \
  atinit"zstyle ':completion:*' extra-verbose yes" \
  atinit"zstyle ':autocomplete:*' groups 'always'" \
  atinit"zstyle ':autocomplete:tab:*' widget-style menu-select" \
  atinit"zstyle ':autocomplete:tab:*' fzf-completion yes" \
  for marlonrichert/zsh-autocomplete

Steps to reproduce

  1. Make sure that zoxide is working, e.g. zoxide quert some-dir provides results
  2. Type cd some-dir and check if there are recent directory suggestions provided

Actual behavior

The recent directory group is never shown

Expected behavior

I get recent directory suggestions

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19 (11 by maintainers)

Commits related to this issue

Most upvoted comments

Should be fixed now.

Good luck!