diff --git a/home/zsh.nix b/home/zsh.nix index 258d636..16a2eaf 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -5,6 +5,13 @@ enable = true; autosuggestion.enable = true; syntaxHighlighting.enable = true; + plugins = [ + { + name = "vi-mode"; + src = pkgs.zsh-vi-mode; + file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh"; + } + ]; # This must be envExtra (rather than initExtra), because doom-emacs requires it # https://github.com/doomemacs/doomemacs/issues/687#issuecomment-409889275