fix(zsh): integrate zsh vi mode correctly

This commit is contained in:
Price Hiller 2022-08-14 21:27:22 -05:00
parent ded6e9af8e
commit 076c984294
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
configure() {
zvm_after_init() {
local wkdir="${BASE_ZSH_CONFIG_DIR}/config/plugins"
# source fzf
[[ -r "${XDG_CONFIG_HOME}/fzf/fzf.zsh" ]] && source "${XDG_CONFIG_HOME}/fzf/fzf.zsh"
# activate syntax highlighting
source "${wkdir}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
}
}
@ -7,7 +16,6 @@ init() {
source "${wkdir}/fzf-tab/fzf-tab.plugin.zsh"
source "${wkdir}/zsh-autosuggestions/zsh-autosuggestions.zsh"
source "${wkdir}/zsh-completions/zsh-completions.plugin.zsh"
source "${wkdir}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
source "${wkdir}/zsh-vi-mode/zsh-vi-mode.zsh"
eval "$(lua "${wkdir}/z.lua/z.lua" --init zsh enhanced once)"

@ -0,0 +1 @@
Subproject commit debe9c8ad191b68b143230eb7bee437caba9c74f