Skip to content

Commit

Permalink
Remove duplicate note.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Feb 12, 2024
1 parent cd111e5 commit 00438be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 启动

## 本地使用

Expand Down

0 comments on commit 00438be

Please sign in to comment.