mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
First pass at async functionality
This commit is contained in:
parent
debbffc79a
commit
ab8f295225
9 changed files with 191 additions and 55 deletions
10
src/setup.zsh
Normal file
10
src/setup.zsh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#--------------------------------------------------------------------#
|
||||
# Setup #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
# Precmd hooks for initializing the library and starting pty's
|
||||
autoload -Uz add-zsh-hook
|
||||
|
||||
# Asynchronous suggestions are generated in a pty
|
||||
zmodload zsh/zpty
|
||||
Loading…
Add table
Add a link
Reference in a new issue