Skip to content

Commit

Permalink
add copilot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kongds committed Jul 27, 2023
1 parent 71827bc commit 9bab424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ lsp-bridge 优先从`~/.ssh`目录下找第一个 *.pub 文件的内容作为远
- `acm-enable-doc-markdown-render`: 对补全文档中的 Markdown 内容进行语法着色, 你可以选择`'async`, `t` 或者 `nil`. 当选择`'async` 时, lsp-bridge 会采用异步渲, 当选择 `t` 时, lsp-bridge 会采用同步渲染, 同步渲染会降低补全速度, 默认是 `async` 选项
- `acm-enable-tabnine`: 是否打开 tabnine 补全支持, 默认打开, 打开后需要运行命令 `lsp-bridge-install-tabnine` 来安装 tabnine 后就可以使用了。 TabNine 会消耗巨大的 CPU, 导致你整个电脑都卡顿, 如果电脑性能不好, 不建议开启此选项
- `acm-enable-codeium`: 是否打开 Codeium 补全支持, 打开后需要运行命令 `lsp-bridge-install-update-codeium` 来安装 Codeium, 再运行命令 `lsp-bridge-codeium-auth` 来获取 auth token 再运行命令 `lsp-bridge-codeium-input-auth-token` 获取 API Key 后就可以使用了。
- `acm-enable-copilot`: 是否打开 Copilot 补全支持, 打开后需要运行终端命令 `npm install -g copilot-node-server` 来安装 Copilot, 再运行命令 `lsp-bridge-copilot-auth` 来登录。
- `acm-enable-search-file-words`: 补全菜单是否显示打开文件的单词, 默认打开
- `acm-enable-quick-access`: 是否在图标后面显示索引, 通过 Alt + Number 来快速选择候选词, 默认关闭
- `acm-quick-access-use-number-select`: 是否用数字键快速选择候选词, 默认关闭, 打开这个选项会导致有时候干扰数字输入或误选候选词
Expand Down Expand Up @@ -369,6 +370,7 @@ lsp-bridge 每种语言的服务器配置存储在 [lsp-bridge/langserver](https
| core/hanlder/ | LSP 消息发送和接受的实现, 其中 `__init__.py` 是基类 |
| core/tabnine.py | TabNine 后端搜索和补全 |
| core/codeium.py | Codeium 后端搜索和补全 |
| core/copilot.py | Copilot 后端搜索和补全 |
| core/search_file_words.py | 文件单词异步搜索后端 |
| core/search_paths.py | 文件路径异步搜索后端 |
| core/search_sdcv_words.py | 英文单词搜索后端, 可更换为其他语言的 StarDict 词典 |
Expand Down

0 comments on commit 9bab424

Please sign in to comment.