From 30d26ce769add7ec8dcd68bf7aeb97b2322347ae Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 28 May 2025 18:34:54 +0200 Subject: [PATCH] Added zsh autopair plugin --- .gitmodules | 3 +++ zsh/custom/plugins/zsh-autopair | 1 + zsh/dot-zshrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 zsh/custom/plugins/zsh-autopair diff --git a/.gitmodules b/.gitmodules index f881daa..c5268dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "tmux/tpm"] path = tmux/tpm url = https://github.com/tmux-plugins/tpm +[submodule "zsh/custom/plugins/zsh-autopair"] + path = zsh/custom/plugins/zsh-autopair + url = https://github.com/hlissner/zsh-autopair diff --git a/zsh/custom/plugins/zsh-autopair b/zsh/custom/plugins/zsh-autopair new file mode 160000 index 0000000..449a7c3 --- /dev/null +++ b/zsh/custom/plugins/zsh-autopair @@ -0,0 +1 @@ +Subproject commit 449a7c3d095bc8f3d78cf37b9549f8bb4c383f3d diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 3d86e92..4c067a8 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -26,6 +26,7 @@ plugins=( colored-man-pages command-not-found dirhistory + zsh-autopair ) bindkey -M vicmd "k" up-line-or-beginning-search