feat(zsh): update plugins
This commit is contained in:
parent
8b8a9f1ce5
commit
f419f2bd52
|
@ -14,11 +14,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
if [ -f ~/.config/zsh/.p10k.zsh ]; then
|
|
||||||
. ~/.config/zsh/.p10k.zsh
|
|
||||||
fi
|
|
||||||
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
# Plugins
|
||||||
|
source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh"
|
||||||
|
source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh"
|
||||||
|
|
||||||
# Case insensitive autocompletion.
|
# Case insensitive autocompletion.
|
||||||
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
|
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
|
||||||
|
@ -106,8 +106,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
{ name = "plugin/git"; tags = [from:oh-my-zsh]; }
|
||||||
|
{ name = "plugin/vi-mode"; tags = [from:oh-my-zsh]; }
|
||||||
{ name = "mollifier/cd-gitroot"; }
|
{ name = "mollifier/cd-gitroot"; }
|
||||||
{ name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; }
|
|
||||||
{ name = "zsh-users/zsh-autosuggestions"; }
|
{ name = "zsh-users/zsh-autosuggestions"; }
|
||||||
{ name = "zsh-users/zsh-completions"; }
|
{ name = "zsh-users/zsh-completions"; }
|
||||||
{ name = "zsh-users/zsh-syntax-highlighting"; }
|
{ name = "zsh-users/zsh-syntax-highlighting"; }
|
||||||
|
|
Loading…
Reference in a new issue