From f71195a314c8b5f6f5fb23f90bacacad74d2d173 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Jan 2024 15:14:55 +0000 Subject: [PATCH] zsh: remove plugins No more autocompletion. --- system/shared/modules/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/shared/modules/zsh.nix b/system/shared/modules/zsh.nix index 49a6397..0a51351 100644 --- a/system/shared/modules/zsh.nix +++ b/system/shared/modules/zsh.nix @@ -209,7 +209,6 @@ tags = [ "from:oh-my-zsh" ]; } { name = "mollifier/cd-gitroot"; } - { name = "zsh-users/zsh-autosuggestions"; } { name = "zsh-users/zsh-completions"; } { name = "zsh-users/zsh-syntax-highlighting"; } ];