Skip to content

Commit

Permalink
Merge pull request #12 from iancleary/feat/renamed-options-in-24.05
Browse files Browse the repository at this point in the history
Rename autosuggestion.enable
  • Loading branch information
iancleary authored May 31, 2024
2 parents 240097e + 4c6ae01 commit ccbdd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
ZSHZ_CASE = "smart";
ZSHZ_ECHO = 1;
};
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
enableVteIntegration = true;
Expand Down

0 comments on commit ccbdd93

Please sign in to comment.