From 3f2046bf9ff182fde2cf7985eddb9bf9902317bb Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sat, 10 Jan 2026 18:15:50 +0000 Subject: [PATCH] Fix broken lsp links --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index cb595c5..2fad21c 100644 --- a/README.md +++ b/README.md @@ -64,26 +64,26 @@ For some even manual clang or gcc compilation may be required.
The following lsp's are supported and can be installed anywhere in your `$PATH`
-* **clangd** — [https://clangd.llvm.org/installation.html](https://clangd.llvm.org/installation.html) -* **solargraph** — [https://solargraph.org/](https://solargraph.org/) -* **bash-language-server** — [https://github.com/bash-lsp/bash-language-server](https://github.com/bash-lsp/bash-language-server) -* **vscode-css-language-server** — [https://github.com/microsoft/vscode-css-languageservice](https://github.com/microsoft/vscode-css-languageservice) -* **vscode-json-language-server** — [https://github.com/microsoft/vscode-langservers-extracted](https://github.com/microsoft/vscode-langservers-extracted) -* **fish-lsp** — [https://github.com/fisho/fish-language-server](https://github.com/fisho/fish-language-server) -* **gopls** — [https://pkg.go.dev/golang.org/x/tools/gopls](https://pkg.go.dev/golang.org/x/tools/gopls) -* **haskell-language-server** — [https://github.com/haskell/haskell-language-server](https://github.com/haskell/haskell-language-server) -* **emmet-ls** — [https://github.com/emmetio/emmet‑ls](https://github.com/emmetio/emmet‑ls) -* **typescript-language-server** — [https://github.com/typescript-language-server/typescript-language-server](https://github.com/typescript-language-server/typescript-language-server) -* **lua-language-server** — [https://github.com/LuaLS/lua-language-server](https://github.com/LuaLS/lua-language-server) -* **pyright-langserver** — [https://github.com/microsoft/pyright](https://github.com/microsoft/pyright) -* **rust-analyzer** — [https://github.com/rust-analyzer/rust-analyzer](https://github.com/rust-analyzer/rust-analyzer) -* **intelephense** — [https://github.com/bmewburn/vscode-intelephense](https://github.com/bmewburn/vscode-intelephense) -* **marksman** — [https://github.com/christianchiarulli/marksman](https://github.com/christianchiarulli/marksman) -* **nginx-language-server** — [https://github.com/nginx/nginx-language-server](https://github.com/nginx/nginx-language-server) -* **taplo** — [https://github.com/taplo‑lang/taplo](https://github.com/taplo‑lang/taplo) -* **yaml-language-server** — [https://github.com/redhat-developer/yaml-language-server](https://github.com/redhat-developer/yaml-language-server) -* **sqls** — [https://github.com/lighttiger2505/sqls](https://github.com/lighttiger2505/sqls) -* **make-language-server** — [https://github.com/make-langserver/make-language-server](https://github.com/make-langserver/make-language-server) +* [clangd](https://clangd.llvm.org/) +* [solargraph](https://solargraph.org/) +* [bash-language-server](https://github.com/bash-lsp/bash-language-server) +* [vscode-css-language-server](https://github.com/hrsh7th/vscode-langservers-extracted) +* [vscode-json-language-server](https://github.com/hrsh7th/vscode-langservers-extracted) +* [fish-lsp](https://github.com/ndonfris/fish-lsp) +* [gopls](https://pkg.go.dev/golang.org/x/tools/gopls) +* [haskell-language-server](https://github.com/haskell/haskell-language-server) +* [emmet-ls](https://github.com/aca/emmet-ls) *Autocompletion for emmet works but doesn't show popup correctly for now, use ctrl+\\ to run after writing emmet code* +* [typescript-language-server](https://github.com/typescript-language-server/typescript-language-server) +* [lua-language-server](https://github.com/LuaLS/lua-language-server) +* [pyright-langserver](https://github.com/microsoft/pyright) +* [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer) +* [intelephense](https://intelephense.com/) +* [marksman](https://github.com/artempyanykh/marksman) +* [nginx-language-server](https://github.com/pappasam/nginx-language-server) +* [taplo](https://taplo.tamasfe.dev/) +* [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) +* [sqls](https://github.com/sqls-server/sqls) +* [make-language-server](https://github.com/Freed-Wu/autotools-language-server) > As it is still in development, some of these may not work as expected or that well.
> But for c/ruby/lua/python it should work fine (I test more with these).