marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.38k stars 148 forks source link

Autocomplete do not work on my zsh terminal #715

Open mibrahim2001 opened 7 months ago

mibrahim2001 commented 7 months ago

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset: no such variable: _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
% git -C ~autocomplete log --oneline -n1
not applicable for this issue

Steps to reproduce

Nothing to reproduce it is some issue with a file or directory not created on installation maybe

Whenever I type anything into my terminal (on every character) this line is printed

.autocomplete:async:complete:6: no such file or directory: /Users/ibrahim/.local/state/zsh-autocomplete/log/2024-04-14.log

rodney-estigarribia commented 6 months ago

I've just installed this package via Homebrew to try it out and stumble upon the same issue.

So as an example for your case I would go to the terminal and do: sudo mkdir /Users/ibrahim/.local/state/zsh-autocomplete/log/ And test it again 👌