Open grigorii-horos opened 4 years ago
Hi, thanks for reporting this. Please try branch features/background-initialization
from PR #506 and let me know if it solves your issue.
@ericfreese Hi, thank you very much. It works!
@ericfreese Hi, why was this branch not merged?
Simple answer is I just haven't had time to get to it. I'll try to get it merged soon 👍
Describe the bug
I load this plugin in the background, after
precmd
hook. This plugin runs_zsh_autosuggest_start
afterprecmd
. So, first prompt will be without autosuggestions.To Reproduce
Steps to reproduce the behavior:
Expected behavior
After initialization, the plugin must run
_zsh_autosuggest_bind_widgets
directly