Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user