Adapt to non-deprecated autosuggestions option

This commit is contained in:
Spotlight 2024-03-25 19:37:23 -05:00
parent 81930fce55
commit b4a1ef4ad5
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -23,7 +23,7 @@ in
}; };
# Common plugins. # Common plugins.
enableAutosuggestions = true; autosuggestion.enable = true;
enableCompletion = true; enableCompletion = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
plugins = with pkgs; [ plugins = with pkgs; [