zdharma-continuum / fast-syntax-highlighting

Feature-rich syntax highlighting for ZSH
BSD 3-Clause "New" or "Revised" License
1.06k stars 76 forks source link

doesn't work with zplug #64

Open ssh352 opened 4 months ago

ssh352 commented 4 months ago
zplug "zdharma-continuum/fast-syntax-highlighting"

adding to .zshrc doesn't work like other modules.

chetgray commented 10 hours ago

Try adding a defer:2 tag to defer loading it until after compinit.

zplug "zdharma-continuum/fast-syntax-highlighting", defer:2