-
Notifications
You must be signed in to change notification settings - Fork 0
/
.20-plugins
29 lines (24 loc) · 1.08 KB
/
.20-plugins
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
export NVM_LAZY_LOAD=true
zplug "lukechilds/zsh-nvm"
# zplug "lukechilds/zsh-better-npm-completion"
# oh-my-zsh plugins
zplug "lib/history", from:oh-my-zsh
zplug "lib/completion", from:oh-my-zsh
zplug "plugins/git", from:oh-my-zsh
zplug "plugins/git-extras", from:oh-my-zsh
zplug "plugins/colorize", from:oh-my-zsh
zplug "plugins/cp", from:oh-my-zsh
zplug "plugins/docker", from:oh-my-zsh
zplug "plugins/docker-compose", from:oh-my-zsh
zplug "plugins/vscode", from:oh-my-zsh
zplug "plugins/fzf", from:oh-my-zsh
zplug "filipekiss/zemojify", as:"command"
zplug "plugins/osx", from:oh-my-zsh, if:"[[ $OSTYPE == *darwin* ]]"
zplug "plugins/brew", from:oh-my-zsh, if:"[[ $(command -v brew) ]]"
# Set the priority when loading
# e.g., zsh-syntax-highlighting must be loaded
# after executing compinit command and sourcing other plugins
# (If the defer tag is given 2 or above, run after compinit command)
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-syntax-highlighting", defer:2 #, hook-load:"export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=fg=9"
zplug "zsh-users/zsh-history-substring-search"