aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-04 10:49:10 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-04 10:49:10 +0000
commit84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2 (patch)
treed338a2e1a10de65d34f412a8e21e9cff744580fa
parentdocs(gleam): rewrite broken installation description (#3637) (diff)
downloadnvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.tar
nvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.tar.gz
nvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.tar.bz2
nvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.tar.lz
nvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.tar.xz
nvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.tar.zst
nvim-lspconfig-84e0cd5a3c58e88ef706fdf4a1eed59ded1d3ce2.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md3
-rw-r--r--doc/configs.txt3
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md
index aee69554..82b77c77 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -4384,9 +4384,8 @@ Default config:
https://github.com/gleam-lang/gleam
A language server for Gleam Programming Language.
-[Installation](https://gleam.run/getting-started/installing/)
-It can be i
+It comes with the Gleam compiler, for installation see: [Installing Gleam](https://gleam.run/getting-started/installing/)
Snippet to enable the language server:
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index aee69554..82b77c77 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -4384,9 +4384,8 @@ Default config:
https://github.com/gleam-lang/gleam
A language server for Gleam Programming Language.
-[Installation](https://gleam.run/getting-started/installing/)
-It can be i
+It comes with the Gleam compiler, for installation see: [Installing Gleam](https://gleam.run/getting-started/installing/)
Snippet to enable the language server:
```lua