Remove unwanted autocompletion
This commit is contained in:
parent
c12071e5be
commit
124a980832
1 changed files with 1 additions and 4 deletions
5
.zshrc
5
.zshrc
|
@ -19,10 +19,7 @@ source $ZPLUG_HOME/init.zsh
|
||||||
zplug "zplug/zplug", hook-build:"zplug --self-manage"
|
zplug "zplug/zplug", hook-build:"zplug --self-manage"
|
||||||
|
|
||||||
# zsh users
|
# zsh users
|
||||||
zplug "zsh-users/zsh-completions", defer:0
|
zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-syntax-highlighting"
|
||||||
zplug "zsh-users/zsh-autosuggestions", defer:2, on:"zsh-users/zsh-completions"
|
|
||||||
zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-autosuggestions"
|
|
||||||
zplug "zsh-users/zsh-history-substring-search", defer:3, on:"zsh-users/zsh-syntax-highlighting"
|
|
||||||
|
|
||||||
# Plugins from oh my zsh
|
# Plugins from oh my zsh
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue