Open amezin opened 6 months ago
Hi @amezin :wave:
Could you provide instructions on how to reproduce your issue?
Just use the plugin without any package/plugin manager. https://github.com/z-shell/F-Sy-H/blob/main/docs/README.md#manual
Git subcommands (i.e. "checkout" in "git checkout") won't be highlighted. Zsh will fail to load any chroma/*.ch
. Because only functions
directory will be added to fpath
, not the root directory.
Also experiencing this bug when loading F-Sy-H via zplug. Can confirm that switching to amezin/F-Sy-H@fix/chroma
solves it.
Pull request template
Type of changes
Issue Number: #41
What is the current behavior?
Command-specific highlighting does not work.
What is the new behavior?
Command-specific highlighting works,
chroma/*.ch
load successfully.Does this introduce a breaking change?
Other information
N/A