Fix zsh-autocomplete package import

This commit is contained in:
panotaka
2023-11-27 09:44:16 -04:00
parent 23e99e5195
commit a18a202587

View File

@@ -18,7 +18,7 @@
{ {
name = "zsh-users/zsh-syntax-highlighting"; name = "zsh-users/zsh-syntax-highlighting";
} }
#{ name = "marlonrichert/zsh-autocomplete"; } { name = "marlonrichert/zsh-autocomplete"; }
{ name = "hlissner/zsh-autopair"; } { name = "hlissner/zsh-autopair"; }
]; ];