autosuggestion.enable = true;

not
   autosuggestions.enable = true;
This commit is contained in:
2026-03-02 19:14:44 +01:00
parent 050c400062
commit 2a0c96920f
+1 -1
View File
@@ -2212,7 +2212,7 @@ Zsh gets installed and configured
"kubectl" "kubectl"
]; ];
}; };
autosuggestions.enable = true; autosuggestion.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
}; };
} }