aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/hyprls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/hyprls.lua')
-rw-r--r--lsp/hyprls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/hyprls.lua b/lsp/hyprls.lua
index 2de333cb..6bd65e45 100644
--- a/lsp/hyprls.lua
+++ b/lsp/hyprls.lua
@@ -6,6 +6,7 @@
--- ```sh
--- go install github.com/hyprland-community/hyprls/cmd/hyprls@latest
--- ```
+---@type vim.lsp.Config
return {
cmd = { 'hyprls', '--stdio' },
filetypes = { 'hyprlang' },