You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Download this repository using git clone, and replace the load-path path in the configuration below.
@@ -268,8 +268,8 @@ lsp-bridge provides support for more than two language servers for many language
268
268
-`lsp-bridge-csharp-lsp-server`: C# language server, you can choose `omnisharp-mono`, `omnisharp-dotnet` or `csharp-ls`, note that you need to give **execute permissions** to the OmniSharp file
269
269
-`lsp-bridge-python-multi-lsp-server`: Python multi-language servers, you can choose `basedpyright_ruff`, `pyright_ruff`, `jedi_ruff`, `python-ms_ruff`, `pylsp_ruff`
270
270
-`lsp-bridge-nix-lsp-server`: Nix language server, you can choose `rnix-lsp`, `nixd` or `nil`
271
-
-`lsp-bridge-markdown-lsp-server`: Markdown language server, you can choose `vale-ls` or `marksman`
272
-
-`lsp-bridge-lua-lsp-server`: Lua language server, you can choose `sumneko` or `lua-lsp`
271
+
-`lsp-bridge-markdown-lsp-server`: Markdown language server, you can choose `vale-ls` or `marksman`
272
+
-`lsp-bridge-lua-lsp-server`: Lua language server, you can choose `sumneko` or `lua-lsp`
273
273
-`lsp-bridge-verilog-lsp-server`: Verilog language server, you can choose `verible`, or `svls`
274
274
-`lsp-bridge-xml-lsp-server`: XML language server, you can choose `lemminx`, or `camells`
275
275
@@ -393,7 +393,7 @@ If your language supports mixed multi-language servers, it is recommended to che
| Go |[gopls](https://github.com/golang/tools/tree/master/gopls)| Make sure install [go-mode](https://github.com/dominikh/go-mode.el) and `gopls` in PATH, please do `ln -s ~/go/bin/gopls ~/.local/bin`, and do `go mod init` first |
0 commit comments