jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
2.96k stars 103 forks source link

Conflict with zsh-autocomplete and fast-syntax-highlighting #168

Open GordianDziwis opened 2 years ago

GordianDziwis commented 2 years ago

General information

Please report the following information as possible as you can:

Basic examination

Problem description

Syntax highlighting gets stop working until change in prompt when entering inserts mode

Reproduction steps

  1. Type cd # Highlighting is working
  2. Press ESC to exit insert mode
  3. Press i to enter insert mode # Highlighting stops working
  4. Enter some character # Highlighting works again

Expected behavior

Highlighting should work all the time

zshrc

source ~/.zinit/bin/zinit.zsh

zinit lucid light-mode for \
 atinit"zicompinit; zicdreplay" \
    jeffreytse/zsh-vi-mode \
    marlonrichert/zsh-autocomplete \
    zdharma-continuum/fast-syntax-highlighting
jeffreytse commented 12 months ago

Hi @BonaBeavis,

Sorry for the late reply, thanks for your reporting, and could you try again with the latest update? Let's see if your issue is settled now.

Thanks & Regards