Closed motheki closed 1 week ago
Would there be any problems if both zsh-syntax-highlighting and zsh-fast-syntax-highlighting are enabled at the same time?
@Samasaur1 Not from my testing. I have had both enabled at multiple points in time and zsh-fast-syntax-highlighting seems to take precedence.
I think there should still probably be a warning when both options are enabled, since zsh-syntax-highlighting won't take effect if both are enabled.
@Samasaur1 Thank you for your patience. I took some time to add a warning that Zsh-Syntax-highlighting and zsh-fast-synatx-highlighting are mutually exclusive. Let me know if there is anything else that needs to be addressed.
Hello,
I would like to add support for zsh-fast-syntax-highlighting which has marginally better performance than zsh-syntax-highlighting, to the zsh configuration module in nix-darwin.
The repository can be found here
There is an existing nix package for zsh-fast-syntax-highlighting here