mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Zsh autocompletion plugin.
This commit is contained in:
@@ -39,6 +39,17 @@ elif [[ -o interactive ]]; then
|
||||
fi
|
||||
unset keyfile
|
||||
|
||||
################
|
||||
# Load plugins #
|
||||
################
|
||||
plugins=(zsh-autosuggestions/zsh-autosuggestions.zsh)
|
||||
|
||||
for plugin in "${plugins[@]}"; do
|
||||
if [[ -f "$ZDOTDIR/plugins/$plugin" ]]; then
|
||||
source "$ZDOTDIR/plugins/$plugin"
|
||||
fi
|
||||
done
|
||||
|
||||
bindkey -e
|
||||
# zshrc aliases
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
1
zsh/.config/zsh/plugins/zsh-autosuggestions
Submodule
1
zsh/.config/zsh/plugins/zsh-autosuggestions
Submodule
Submodule zsh/.config/zsh/plugins/zsh-autosuggestions added at 146020d9b2
Reference in New Issue
Block a user