zsh: don't automatically source zsh plugins

It seems this is done automatically.
This commit is contained in:
Oliver Davies 2024-07-08 18:46:56 +01:00
parent d1080e0cbc
commit 0c4167a464

View file

@ -55,11 +55,6 @@
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
}
# Plugins
source "''${ZPLUG_REPOS}/joshskidmore/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh"
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.
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
autoload -Uz compinit && compinit