We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin22.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /Users/kedricseah/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/kedricseah/.oh-my-zsh/oh-my-zsh.sh:170 /Users/kedricseah/.oh-my-zsh/oh-my-zsh.sh:199 /Users/kedricseah/.zshrc:139 zsh:0 ) % git -C ~autocomplete log --oneline -n1 6d059a3 (HEAD -> main, tag: 23.07.13, origin/main, origin/HEAD) Fix bugs in insertion logic
git clone https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete
plugins=(git web-search zsh-autosuggestions zsh-autocomplete zsh-syntax-highlighting)
common substring: De
How do I remove/ change the highlighting color?
~autocomplete-log/YYYY-MM-DD.log
The text was updated successfully, but these errors were encountered:
That's currently not configurable, but it could be made so.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Steps to reproduce
git clone https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete
plugins=(git web-search zsh-autosuggestions zsh-autocomplete zsh-syntax-highlighting)
common substring: De
appears with a highlightHow do I remove/ change the highlighting color?
Contents of
~autocomplete-log/YYYY-MM-DD.log
(click to expand)The text was updated successfully, but these errors were encountered: