Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
laampui committed Oct 6, 2023
1 parent 038e98a commit d6285bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit d6285bc

Please sign in to comment.