Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update document #725

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ If your language supports mixed multi-language servers, it is recommended to che
| [eclipse.jdt.ls](https://projects.eclipse.org/projects/eclipse.jdt.ls) | Java | Please ensure that `org.eclipse.jdt.ls.product/target/repository/bin` is in your system PATH at first, please see the details at [Wiki](https://github.com/manateelazycat/lsp-bridge/wiki/Eclipse-JDT-Language-Server) |
| [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp) | Clojure | If you use `homebrew` , please ensure install `clojure-lsp/brew/clojure-lsp-native` [clojure-lsp-native](https://clojure-lsp.io/installation/#homebrew-macos-and-linux) |
| [bash-language-server](https://github.com/bash-lsp/bash-language-server) | Bash | |
| [volar](https://github.com/johnsoncodehk/volar) | Vue | `npm install -g typescript @volar/vue-language-server` |
| [volar](https://github.com/johnsoncodehk/volar) | Vue | `npm install -g typescript @vue/language-server` |
| [sumneko](https://github.com/sumneko/lua-language-server) | Lua | Please ensure `bin` under sumneko installation is in your system PATH at first |
| [wxml-language-server](https://github.com/chemzqm/wxml-languageserver) | Wxml | |
| [vscode-html-language-server](https://github.com/hrsh7th/vscode-langservers-extracted) | HTML | `npm i -g vscode-langservers-extracted` |
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ lsp-bridge 每种语言的服务器配置存储在 [lsp-bridge/langserver](https
| [eclipse.jdt.ls](https://projects.eclipse.org/projects/eclipse.jdt.ls) | Java | 请确保导出 `org.eclipse.jdt.ls.product/target/repository/bin` 到你系统的 PATH 路径, 具体请看 [Wiki](https://github.com/manateelazycat/lsp-bridge/wiki/Eclipse-JDT-Language-Server) |
| [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp) | Clojure | 如果使用 `homebrew` 安装的, 请确保安装的是 `clojure-lsp/brew/clojure-lsp-native` [clojure-lsp-native](https://clojure-lsp.io/installation/#homebrew-macos-and-linux) |
| [bash-language-server](https://github.com/bash-lsp/bash-language-server) | Bash | |
| [volar](https://github.com/johnsoncodehk/volar) | Vue | `npm install -g typescript @volar/vue-language-server` |
| [volar](https://github.com/johnsoncodehk/volar) | Vue | `npm install -g typescript @vue/language-server` |
| [sumneko](https://github.com/sumneko/lua-language-server) | Lua | 请确保导出 sumneko 的 `bin` 目录到你系统的 PATH 路径 |
| [wxml-language-server](https://github.com/chemzqm/wxml-languageserver) | Wxml | |
| [vscode-html-language-server](https://github.com/hrsh7th/vscode-langservers-extracted) | HTML | `npm i -g vscode-langservers-extracted` |
Expand Down
Loading