mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
This commit is contained in:
parent
bd11c34e84
commit
85739dbe76
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ function {
|
|||
fi
|
||||
autoload -U is-at-least
|
||||
|
||||
if is-at-least 5.0.3; then
|
||||
autosuggest-ensure-server
|
||||
fi
|
||||
# if is-at-least 5.0.3; then
|
||||
# autosuggest-ensure-server
|
||||
# fi
|
||||
}
|
||||
|
||||
ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=(
|
||||
|
|
Loading…
Reference in a new issue