Made the plugin load asyncronously
This commit is contained in:
@ -6,15 +6,15 @@ ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
|
||||
source "${ZINIT_HOME}/zinit.zsh"
|
||||
|
||||
# Syntax highlighting
|
||||
zinit ice depth=1; zinit light "zsh-users/zsh-syntax-highlighting"
|
||||
zinit ice wait lucid depth=1; zinit light "zsh-users/zsh-syntax-highlighting"
|
||||
|
||||
# Command completions
|
||||
zinit ice depth=1; zinit light "zsh-users/zsh-completions"
|
||||
zinit ice wait lucid depth=1; zinit light "zsh-users/zsh-completions"
|
||||
|
||||
# History autosuggestions
|
||||
zinit ice depth=1; zinit light "zsh-users/zsh-autosuggestions"
|
||||
zinit ice wait lucid depth=1; zinit light "zsh-users/zsh-autosuggestions"
|
||||
|
||||
# Use fzf for completion
|
||||
zinit ice depth=1; zinit light "Aloxaf/fzf-tab"
|
||||
zinit ice wait lucid depth=1; zinit light "Aloxaf/fzf-tab"
|
||||
zstyle ":fzf-tab:complete:cd:*" fzf-preview "ls --color $realpath"
|
||||
zstyle ":completion:*" menu no
|
||||
|
Reference in New Issue
Block a user