Skip to content

Commit

Permalink
doc: add doc about zed
Browse files Browse the repository at this point in the history
  • Loading branch information
wlh320 committed May 8, 2024
1 parent f9fbe3c commit 28ff02b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ https://user-images.githubusercontent.com/14821247/213079440-f0ab2ddd-5e44-4e41-
- [vim + coc.nvim](doc/vim.md)
- [vscode](doc/vscode.md)
- [helix](doc/helix.md)
- [zed](doc/zed.md)
4. 像配置其他 Rime 输入法一样在 rime-ls 的用户目录进行配置
5. 輸入拼音, 就可以看到补全提示
6. 可以通过修改 rime-ls 的配置项控制补全行为
Expand Down
2 changes: 1 addition & 1 deletion doc/helix.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ rime-ls 的配置项参考其他编辑器,都是一样的,改成 toml 的格
## 存在问题

- [x] 补全触发条件有问题(**已解决**)
- [x] 在汉字后面输入不会自动触发补全,需通过配置的触发字符手动触发(since v0.2.5 配置 `config.long_filter_text = true`)
- [x] 在汉字后面输入不会自动触发补全,需通过配置的触发字符手动触发(since v0.3.0 配置 `config.long_filter_text = true`)
- [x] 最小补全长度为 2,手动设置最小补全长度为 1 会导致当前输入长度为 2 时补全消失(helix 最新版已无问题)

14 changes: 14 additions & 0 deletions doc/zed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Zed 配置示例

> **Warning**
> 只在最新版 Zed (v0.133.7) 的 linux 版本测试过。
Zed 添加 LSP 服务需要写插件,
可以参考 [zed-ext-rime-ls](https://github.com/wlh320/zed-ext-rime-ls)
的实现。


使用方法是 `git clone` 下来,通过 Install Dev Extension 安装。

可以在 Zed 的 Settings 里面覆盖默认的 `initialization_options`设置。

0 comments on commit 28ff02b

Please sign in to comment.