Don't use vi-mode plugin

This commit is contained in:
ItsDrike 2024-03-25 23:46:29 +01:00
parent c142161840
commit df20ad2703
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -9,11 +9,6 @@ in
src = pkgs.zsh-nix-shell;
file = "share/zsh-nix-shell/nix-shell.plugin.zsh";
}
{
name = "zsh-vi-mode";
src = pkgs.zsh-vi-mode;
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
}
{
name = "fast-syntax-highlighting";
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";