From 8310883e694732104b092cac20b06a0d7988037f Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Sun, 14 Jul 2024 09:17:28 +0800 Subject: [PATCH] Fix render typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4209a740bb..11a656cdd3 100644 --- a/README.md +++ b/README.md @@ -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 /groovy-language-server-all.jar` |