First pass at getting suggestions from completion engine (#111)

Uses https://github.com/Valodim/zsh-capture-completion with some slight
modifications.
This commit is contained in:
Eric Freese
2018-05-16 15:27:06 -06:00
parent 5549b68e6e
commit 82b08e2dc8
3 changed files with 272 additions and 2 deletions

View File

@@ -68,4 +68,7 @@ ZSH_AUTOSUGGEST_IGNORE_WIDGETS=(
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=
# Pty name for calculating autosuggestions asynchronously
ZSH_AUTOSUGGEST_ASYNC_PTY_NAME=zsh_autosuggest_pty
ZSH_AUTOSUGGEST_ASYNC_PTY_NAME=zsh_autosuggest_async_pty
# Pty name for capturing completions for completion suggestion strategy
ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty