Closed yrammos closed 3 years ago
This is a bug in zsh-autocomplete. See https://github.com/marlonrichert/zsh-autocomplete/issues/173#issuecomment-762182789.
Thank you, @romkatv!
@romkatv just a heads up that the latest zsh-autocomplete revision, while promising, did not resolve the issue, neither does a solution seem imminent. To prevent confusion, you may want to add an incompatibility warning in your config script.
The "transient prompt" feature of Powerlevel10k works only for the first command, and then stops, if marlonrichert/zsh-autocomplete is included in the shell configuration.
Reproduction:
Am not implying this is a bug on either side. Widget handling (zle) by the two plugins may be fundamentally incompatible, for instance. (This is clearly a low-level issue and diagnosis requires familiarity with both code bases.) Anyhow a warning in the p10k config script might be useful in case of incompatibility.
Thank you @romkatv for this extraordinary piece of work.