diff --git a/README.md b/README.md index 7546395..aff1c8a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ How to install source ~/.zshrc +FAQ +--- + +### Why must `zsh-syntax-highlighting.zsh` be sourced at the end of the `.zshrc` file? + +`zsh-syntax-highlighting.zsh` wraps ZLE widgets. It must be sourced after all +custom widgets have been created (`zle -N`). + How to tweak ------------