From 00438be5af2ffcf6e63ae75a05ab6f4a968d05e3 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 12 Feb 2024 08:27:57 +0800 Subject: [PATCH] Remove duplicate note. --- README.md | 3 +-- README.zh-CN.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d2715de23..6c4c3fdbf8 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,8 @@ Please note: 1. When using lsp-bridge, please first disable other completion plugins, such as lsp-mode, eglot, company, corfu, etc. lsp-bridge provides a complete solution from the completion backend, completion frontend to multi-backend integration 2. In addition to providing LSP completion, lsp-bridge also provides many non-LSP completion backends, including file words, paths, Yas/Tempel, TabNine, Codeium, Copilot, Citre, Tailwind, Ctags and other completion backends. If you expect to provide these completions in a certain mode, please add the corresponding mode to `lsp-bridge-default-mode-hooks` -3. Please do not perform byte compilation or native compilation for lsp-bridge as it will result in a difference in API and the latest version after upgrading compiling afterwards, Lsp-bridge is designed with multi-threading that does not require compilation to speed it up +3. Please do not perform ```byte compilation``` or ```native compilation``` for lsp-bridge as it will result in a difference in API and the latest version after upgrading compiling afterwards, Lsp-bridge is designed with multi-threading that does not require compilation to speed it up 4. In terminal mode, lsp-bridge cannot popup the completion menu, please use a GUI interface (because Emacs lacks pixel-level coordinate APIs and cross-window display APIs in terminals, resulting in an unsatisfactory completion experience) -5. Please do not enable ```native compilation``` on lsp-bridge, as native compilation may affect the startup of lsp-bridge ## Local Usage diff --git a/README.zh-CN.md b/README.zh-CN.md index d7a1a06d72..70de51d39b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -82,9 +82,8 @@ lsp-bridge 的优势: 1. 使用 lsp-bridge 时, 请先关闭其他补全插件, 比如 lsp-mode, eglot, company, corfu 等等, lsp-bridge 提供从补全后端、 补全前端到多后端融合的全套解决方案。 2. lsp-bridge 除了提供 LSP 补全以外, 也提供了很多非 LSP 的补全后端, 包括文件单词、 路径、 Yas/Tempel、 TabNine、 Codeium、 Copilot、 Citre、 Tailwind、 Ctags 等补全后端, 如果你期望在某个模式提供这些补全, 请把对应的模式添加到 `lsp-bridge-default-mode-hooks` -3. 请不要对 lsp-bridge 执行 byte compile 或者 native comp, 会导致升级后, compile 后的版本 API 和最新版不一样, lsp-bridge 多线程设计, 不需要 compile 来加速 +3. 请不要对 lsp-bridge 执行 ```byte compile``` 或者 ```native comp``, 会导致升级后, compile 后的版本 API 和最新版不一样, lsp-bridge 多线程设计, 不需要 compile 来加速 4. 终端模式下, lsp-bridge 没法弹出补全菜单, 请使用 GUI 界面 (因为 Emacs 终端下缺乏像素级坐标 API 和跨窗口显示 API, 无法做到良好的补全体验) -5. 请不要对 lsp-bridge 进行 ```native comp``` 操作, native comp 会影响 lsp-bridge 启动 ## 本地使用