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