diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/hyprls.lua')
| -rw-r--r-- | lsp/hyprls.lua | 1 |
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' }, |
