erikkrieg / eksys

Nix system and user configuration for MacOS and NixOS hosts.
3 stars 0 forks source link

Autosuggest highlighting bug #8

Open erikkrieg opened 1 year ago

erikkrieg commented 1 year ago

There an aesthetic bug with autosuggest highlighting that is caused by zsh-vi-mode plugin. While the plugin is activated, suggestions start highlighted by then tends to lose the suggestion highlight styling and it looks the same as text that has been typed or accepted (even though it is functionally neither).

Disabling zsh-vi-mode reliably fixes the bug.

erikkrieg commented 1 year ago

Looks like this issue: https://github.com/jeffreytse/zsh-vi-mode/issues/154

erikkrieg commented 1 year ago

In zsh-vi-mode issue 154, there is a comment suggesting that https://github.com/zdharma-continuum/fast-syntax-highlighting works as an alternative to zsh-syntax-highlighting so I am going to try that for now. Going to give the new plugin some time to soak and then might close this issue.