You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
但是在中英文混合输入时遇到了一些问题,希望能得到帮助。我清楚这个问题应当来源于 blink,因此我同样在 blink 之中提了 issue#936 。但因为这里的朋友可能更为熟悉这方面的配置,我希望能在这里得到帮助。具体问题如下 (这个问题应当确实与 rime-ls 无关,因此如果不被允许请 feel free to close this issue):
When I input a mixed Chinese-English string like 你好\text{nihao}, I get the following error:
Error executing vim.schedule lua callback: byte index 18446744073709551612 is out of bounds of `你好\text{niha}`
Screenshot as follows:
After deleting the string, the error keeps occurring even if I type pure English:
Error executing vim.schedule lua callback: runtime error: Failed to acquire lock for frecency
Unless I restart neovim, this issue will persist. The minimal configuration could be
大家好,我最近从 nvim-cmp 切换到了 blink,与 rime-ls 结合,如虎添翼感觉非常好用,非常感谢开发者为我们开发的如此流畅好用的中文输入 LSP
但是在中英文混合输入时遇到了一些问题,希望能得到帮助。我清楚这个问题应当来源于 blink,因此我同样在 blink 之中提了 issue#936 。但因为这里的朋友可能更为熟悉这方面的配置,我希望能在这里得到帮助。具体问题如下 (这个问题应当确实与 rime-ls 无关,因此如果不被允许请 feel free to close this issue):
When I input a mixed Chinese-English string like
你好\text{nihao}
, I get the following error:Screenshot as follows:
After deleting the string, the error keeps occurring even if I type pure English:
Unless I restart neovim, this issue will persist. The minimal configuration could be
and default rime-ls configuration (in fact, the problem would occur even if I us system Chinese input method, so I think it is not related to rime-ls)
2025-01-08.04.33.36.mov
The text was updated successfully, but these errors were encountered: