You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be a real bug, and I'm not sure if this is normal, but for me sourcing the zsh-autocomplete plugin is quite slow -- I use oh-my-zsh to manage plugins, if I disable zsh-autocomplete, then starting zsh takes ~ 1 second, but if I enable zsh-autocomplete, it takes an additional 4-5 seconds. Given that in my workflow I normally use tmux as a terminal multiplexer and opens multiple windows/panes, the delay of ~5 seconds each time I open a new window becomes quite obtrusive... Any idea of troubleshoot/speed up the startup is much appreciated!
@ImNotaGit not sure this is the cause, but from the minimal .zshrc above it looks like you're loading zsh-autocomplete twice; once via OMZ (plugins=(zsh-autocomplete)) and once manually (source ~/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh) - I wonder if that's contributing to the slowdown and "completion cannot be used recursively" logs?
@runofthemill Thanks for the comment. Actually, I was not loading zsh-autocomplete twice in my actual .zshrc. In my example set-up above I simply intended to suggest that the issues occurs independent from how I load the plugin -- either via oh-my-zsh or manually.
This might not be a real bug, and I'm not sure if this is normal, but for me sourcing the zsh-autocomplete plugin is quite slow -- I use oh-my-zsh to manage plugins, if I disable zsh-autocomplete, then starting zsh takes ~ 1 second, but if I enable zsh-autocomplete, it takes an additional 4-5 seconds. Given that in my workflow I normally use tmux as a terminal multiplexer and opens multiple windows/panes, the delay of ~5 seconds each time I open a new window becomes quite obtrusive... Any idea of troubleshoot/speed up the startup is much appreciated!
Environment
Steps to reproduce
Contents of
~autocomplete-log/YYYY-MM-DD.log
(click to expand)The text was updated successfully, but these errors were encountered: