lsp-bridge -- 速度最快的语法补全插件

image

corfu 里有这样一种操作,输入corfu-separator(默认是 shift+space),可以用作 orderless分隔符。如图,输入 a[shift+space]string可以继续匹配 a_long_long_string.

但是现有 lsp-bridge 里会破坏这种行为。没太细研究,但是猜测原因可能是 change_file 触发 lsp-bridge 把他当成 a string 去做补全了