From e4806015a8890af8e2cf5e0ec7e0487b08a68198 Mon Sep 17 00:00:00 2001 From: rydesun Date: Mon, 8 Mar 2021 21:04:20 +0800 Subject: [PATCH] Add zsh plugin: autopair --- .config/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index 2b0fd90..0145319 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -14,6 +14,8 @@ source ${ZINIT[BIN_DIR]}/zinit.zsh zinit light zdharma/fast-syntax-highlighting # 语法高亮 zinit ice lucid wait atload='_zsh_autosuggest_start' zinit light zsh-users/zsh-autosuggestions # 提示建议 +zinit ice lucid wait +zinit light 'hlissner/zsh-autopair' # 自动闭合符号 zinit light zsh-users/zsh-completions # 更多命令补全 zinit light skywind3000/z.lua # 快速跳转目录