Skip to content

Commit

Permalink
Fix render typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Jul 14, 2024
1 parent 7a6cabd commit 8310883
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 @@ -381,8 +381,8 @@ If your language supports mixed multi-language servers, it is recommended to che
| Fortran | [fortls](https://github.com/gnikit/fortls) | |
| Futhark | [futhark-lsp](https://futhark-lang.org) | |
| F# | [fsautocomplete](https://github.com/fsharp/FsAutoComplete) | |
| Gleam | [gleam lsp](https://gleam.run/news/v0.21-introducing-the-gleam-language-server/) | | GLSL | [glsl-language-server](https://github.com/svenstaro/glsl-language-server) | |
|
| Gleam | [gleam lsp](https://gleam.run/news/v0.21-introducing-the-gleam-language-server/) |
| GLSL | [glsl-language-server](https://github.com/svenstaro/glsl-language-server) | |
| 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 |
| GraphQL | [graphql-lsp](https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-cli) | |
| Groovy | [groovy-language-server](https://github.com/GroovyLanguageServer/groovy-language-server) | Create a script "groovy-language-server" in PATH, with `$JAVA_HOME/bin/java -jar <path>/groovy-language-server-all.jar` |
Expand Down

0 comments on commit 8310883

Please sign in to comment.