zsh-kimi-cli 插件和 zsh-autosuggestions 插件冲突 || zsh-kimi-cli plug-in conflicts with zsh-autosuggestions plug-in #942
lazyracket
started this conversation in
Ideas
Replies: 2 comments
-
|
等空下来应该会看看 zsh 插件有没有更好的实现方案,现在可能确实不是很好 When I have some free time, I should see if there is a better implementation of the zsh plug-in. It may not be very good now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
发现 zsh-syntax-highlighting 和 kimi-cli 也会有冲突 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Kimi CLI is running?
0.50
Which open platform/subscription were you using?
zsh-kimi-cli
Which model were you using?
No response
What platform is your computer?
No response
What issue are you seeing?
你好,
我发现
zsh-kimi-cli插件和zsh-autosuggestions插件(我是用 Homebrew 装的)一起启用时会冲突。只要两个插件都在
.zshrc里加载,启动终端或者source ~/.zshrc就会报错,看起来像是一个无限循环。临时解决方案:
我把
zsh-kimi-cli从plugins=(...)列表里删除,只保留zsh-autosuggestions,错误就消失了。我的环境 (My Environment):
What steps can reproduce the bug?
这是一个 .zshrc 配置示例:
终端:
What is the expected behavior?
No response
Additional information
No response
What version of Kimi CLI is running?
0.50
Which open platform/subscription were you using?
zsh-kimi-cli
Which model were you using?
No response
What platform is your computer?
No response
What issue are you seeing?
hello,
I found that the
zsh-kimi-cliplugin conflicts with thezsh-autosuggestionsplugin (which I installed using Homebrew) when enabled together.As long as both plug-ins are loaded in
.zshrc, an error will be reported when starting the terminal orsource ~/.zshrc, which looks like an infinite loop.Temporary solution:
I removed
zsh-kimi-clifrom theplugins=(...)list and only keptzsh-autosuggestionsand the error disappeared.My Environment:
*Oh My Zsh
What steps can reproduce the bug?
Here is an example .zshrc configuration:
Terminal:
What is the expected behavior?
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions