From 614d88cf4572328179842871e7b6639cdfa8a457 Mon Sep 17 00:00:00 2001 From: panotaka Date: Sun, 26 Nov 2023 21:34:19 -0400 Subject: [PATCH] Remove zsh-autocomplete plugin --- home/shell/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/zsh/default.nix b/home/shell/zsh/default.nix index 2e5dc92..1d4270e 100644 --- a/home/shell/zsh/default.nix +++ b/home/shell/zsh/default.nix @@ -18,7 +18,7 @@ { name = "zsh-users/zsh-syntax-highlighting"; } - { name = "marlonrichert/zsh-autocomplete"; } + #{ name = "marlonrichert/zsh-autocomplete"; } { name = "hlissner/zsh-autopair"; } ];