aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/hyprls.lua
blob: 6bd65e4574cab817224a198989bec07cfbdd5f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---@brief
---
--- https://github.com/hyprland-community/hyprls
---
--- `hyprls` can be installed via `go`:
--- ```sh
--- go install github.com/hyprland-community/hyprls/cmd/hyprls@latest
--- ```
---@type vim.lsp.Config
return {
  cmd = { 'hyprls', '--stdio' },
  filetypes = { 'hyprlang' },
  root_markers = { '.git' },
}