diff --git a/modules/zsh.nix b/modules/zsh.nix index 7a51f6d..f38a6c8 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -19,7 +19,6 @@ #To reset powerlevel10k, write 'p10k configure' in shell! promptInit = '' - source ${pkgs.zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme # Make ← and → move the cursor on the command line, even when in the menu @@ -35,7 +34,6 @@ pkgs.zsh-completions pkgs.zsh-powerlevel10k pkgs.zsh-syntax-highlighting - pkgs.zsh-autocomplete pkgs.zsh-autosuggestions ]; }