From a18a2025879f5a4eaac787e754a78be48df7982c Mon Sep 17 00:00:00 2001 From: panotaka Date: Mon, 27 Nov 2023 09:44:16 -0400 Subject: [PATCH] Fix zsh-autocomplete package import --- 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 1d4270e..2e5dc92 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"; } ];