aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/flux_lsp.lua
blob: 642eabf581f852bfcbe8a5c90f575d3e7602254c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/influxdata/flux-lsp
--- `flux-lsp` can be installed via `cargo`:
--- ```sh
--- cargo install --git https://github.com/influxdata/flux-lsp
--- ```
return {
  cmd = { 'flux-lsp' },
  filetypes = { 'flux' },
  root_markers = { '.git' },
}