From 9f407e991d00765b886c9fdd541ec7100e28e2bd Mon Sep 17 00:00:00 2001 From: aloslider <53711835+aloslider@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:55:20 +0300 Subject: [PATCH] [zsh] Add missing zsh plugin to externals --- .chezmoiexternals/zsh.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chezmoiexternals/zsh.toml b/.chezmoiexternals/zsh.toml index 401a8c0..c2b11f7 100644 --- a/.chezmoiexternals/zsh.toml +++ b/.chezmoiexternals/zsh.toml @@ -11,6 +11,10 @@ type = "git-repo" url = "https://github.com/zsh-users/zsh-syntax-highlighting" +[".config/zsh/.oh-my-zsh/custom/plugins/zsh-vi-mode"] + type = "git-repo" + url = "https://github.com/jeffreytse/zsh-vi-mode" + [".config/zsh/.oh-my-zsh/custom/themes/powerlevel10k"] type = "git-repo" url = "https://github.com/romkatv/powerlevel10k"