Skip to content

Commit

Permalink
chore: disable deferred loading for zsh-autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstrange committed Feb 22, 2024
1 parent ee28b46 commit 2142d90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tag-xdgconfig/config/sheldon/plugins.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ github = 'romkatv/zsh-defer'

[plugins.zsh-autocomplete]

apply = ["defer"]
# Doesn't apply deferred loading
# https://github.com/marlonrichert/zsh-autocomplete#manual-installation
# Add at or near the top of your .zshrc file (before any calls to compdef)
github = "marlonrichert/zsh-autocomplete"


Expand Down

0 comments on commit 2142d90

Please sign in to comment.