diff --git a/dotfiles/zshrc b/dotfiles/zshrc index a9da81a..accf82c 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -70,15 +70,16 @@ COMPLETION_WAITING_DOTS="true" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git - git-flow - compleat - encode64 - sudo - docker - gradle - yarn - node + git + git-flow + compleat + encode64 + sudo + docker + gradle + yarn + yarn-autocompletions + node ) source $ZSH/oh-my-zsh.sh