Open mortezadadgar opened 2 years ago
Steps to reproduce the behavior:
git submodule add https://github.com/zsh-users/zsh-syntax-highlighting
git submodule module add https://github.com/zsh-users/zsh-syntax-highlighting
module
add https://github.com/zsh-users/zsh-syntax-highlighting as suggestion
add https://github.com/zsh-users/zsh-syntax-highlighting
zstyle ':completion:*:default' menu yes select autoload -U compinit; compinit source path/to/zsh-autosuggestions
I can not reproduce this if I press Enter to select from completion menu
I have completion menu on and get the same problem. However, in my case, it only happen on the first command, subsequent command seems to work well
To Reproduce
Steps to reproduce the behavior:
git submodule add https://github.com/zsh-users/zsh-syntax-highlighting
git submodule module add https://github.com/zsh-users/zsh-syntax-highlighting
that should not includemodule
as part of autosuggestionExpected behavior
add https://github.com/zsh-users/zsh-syntax-highlighting
as suggestionZshrc
Screenshots
Desktop
Additional context
I can not reproduce this if I press Enter to select from completion menu