about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/home.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index ef130ad..9b80ebe 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -266,7 +266,15 @@
 
       plugins = [
         {
-          # will source zsh-autosuggestions.plugin.zsh
+          name = "zsh-vi-mode";
+          src = pkgs.fetchFromGitHub {
+            owner = "jeffreytse";
+            repo = "zsh-vi-mode";
+            rev = "v0.11.0";
+            sha256 = "sha256-xbchXJTFWeABTwq6h4KWLh+EvydDrDzcY9AQVK65RS8=";
+          };
+        }
+        {
           name = "zsh-autosuggestions";
           src = pkgs.fetchFromGitHub {
             owner = "zsh-users";