aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-08-17 17:29:56 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-08-17 17:29:56 +0000
commit3d66048f40ace2d8b8f0789f4346d4fc0a6de15f (patch)
tree31892ee96b53e2de322b91ce34dc7445a0f7f06d
parentdocs(hyprls): install from hyprland-community org (#4002) (diff)
downloadnvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.tar
nvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.tar.gz
nvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.tar.bz2
nvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.tar.lz
nvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.tar.xz
nvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.tar.zst
nvim-lspconfig-3d66048f40ace2d8b8f0789f4346d4fc0a6de15f.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index acf24b3d..fac8c481 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -5459,7 +5459,7 @@ https://github.com/hyprland-community/hyprls
`hyprls` can be installed via `go`:
```sh
-go install github.com/ewen-lbh/hyprls/cmd/hyprls@latest
+go install github.com/hyprland-community/hyprls/cmd/hyprls@latest
```
Snippet to enable the language server:
diff --git a/doc/configs.txt b/doc/configs.txt
index b3cb629a..415a2b9f 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -3889,7 +3889,7 @@ hyprls
https://github.com/hyprland-community/hyprls
`hyprls` can be installed via `go` >sh
- go install github.com/ewen-lbh/hyprls/cmd/hyprls@latest
+ go install github.com/hyprland-community/hyprls/cmd/hyprls@latest
Snippet to enable the language server: >lua
vim.lsp.enable('hyprls')