Skip to content

Commit

Permalink
Merge pull request #670 from heheda123123/patch-1
Browse files Browse the repository at this point in the history
add intelephense install command
  • Loading branch information
manateelazycat authored Jul 10, 2023
2 parents 68c6a24 + 8eb685c commit f13ee5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ If your language supports mixed multi-language servers, it is recommended to che
| [vscode-eslint-language-server](https://github.com/hrsh7th/vscode-langservers-extracted) | JavaScript | `npm i -g vscode-langservers-extracted` |
| [vscode-json-language-server](https://github.com/hrsh7th/vscode-langservers-extracted) | JSON | `npm i -g vscode-langservers-extracted` |
| [elm-language-server](https://github.com/elm-tooling/elm-language-server) | Elm | |
| [intelephense](https://github.com/bmewburn/vscode-intelephense) | PHP | |
| [intelephense](https://github.com/bmewburn/vscode-intelephense) | PHP | `npm i intelephense -g` |
| [Phpactor](https://github.com/phpactor/phpactor) | PHP | lsp-brige-php-lsp-server set to `phpactor` |
| [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) | Yaml | `npm install -g yaml-language-server` |
| [zls](https://github.com/zigtools/zls) | Zig | Execute `zls config` to generate configuration for zls. see [Configuration Options](https://github.com/zigtools/zls#configuration-options) |
| [groovy-language-server](https://github.com/GroovyLanguageServer/groovy-language-server) | Groovy | Create a script "groovy-language-server" in PATH, with `$JAVA_HOME/bin/java -jar <path>/groovy-language-server-all.jar` |
| [docker-language-server](https://github.com/rcjsuen/dockerfile-language-server-nodejs) | Dockerfiles | |
| [serve-d](https://github.com/Pure-D/serve-d) | D | serve-d does not support single file mode, please init .git repository under project root at first or custom `lsp-bridge-get-project-path-by-filepath` function |
| [fortls](https://github.com/gnikit/fortls) | Fortran | |
| [emmet-ls](https://github.com/aca/emmet-ls) | HTML, JavaScript, CSS, SASS, SCSS, LESS | |
| [emmet-ls](https://github.com/aca/emmet-ls) | HTML, JavaScript, CSS, SASS, SCSS, LESS | `npm install -g emmet-ls` |
| [rnix-lsp](https://github.com/nix-community/rnix-lsp) | Nix | `lsp-bridge-nix-lsp-server` set to `rnix-lsp` |
| [nil](https://github.com/oxalica/nil) | Nix | `lsp-bridge-nix-lsp-server` set to `nil` |
| [texlab](https://github.com/latex-lsp/texlab) | Latex | `lsp-bridge-tex-lsp-server` set to `texlab` |
Expand Down

0 comments on commit f13ee5c

Please sign in to comment.