From 9daa6e0d5807855e68c7da48116e55b8bdf1ac29 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 13 May 2025 20:16:35 +0200 Subject: [PATCH] wip --- .gitmodules | 4 ++++ .zsh/plugins/zsh-autocomplete | 1 + 2 files changed, 5 insertions(+) create mode 160000 .zsh/plugins/zsh-autocomplete diff --git a/.gitmodules b/.gitmodules index 9d80fd5..d073030 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,7 @@ path = .zsh/plugins/fzf-tab url = https://github.com/Aloxaf/fzf-tab.git branch = master +[submodule ".zsh/plugins/zsh-autocomplete"] + path = .zsh/plugins/zsh-autocomplete + url = https://github.com/marlonrichert/zsh-autocomplete + branch = main diff --git a/.zsh/plugins/zsh-autocomplete b/.zsh/plugins/zsh-autocomplete new file mode 160000 index 0000000..77a4f9c --- /dev/null +++ b/.zsh/plugins/zsh-autocomplete @@ -0,0 +1 @@ +Subproject commit 77a4f9c1343d12d7cb3ae1e7efc7c37397ccb6b0