aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')