From b4a1ef4ad51f28bad41482c3840c08b5149dcca8 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 25 Mar 2024 19:37:23 -0500 Subject: [PATCH] Adapt to non-deprecated autosuggestions option --- home/prompt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/prompt.nix b/home/prompt.nix index 2a7189e..2eed2b5 100644 --- a/home/prompt.nix +++ b/home/prompt.nix @@ -23,7 +23,7 @@ in }; # Common plugins. - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; syntaxHighlighting.enable = true; plugins = with pkgs; [