diff options
Diffstat (limited to 'lsp/flux_lsp.lua')
| -rw-r--r-- | lsp/flux_lsp.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lsp/flux_lsp.lua b/lsp/flux_lsp.lua new file mode 100644 index 00000000..63ddd91b --- /dev/null +++ b/lsp/flux_lsp.lua @@ -0,0 +1,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' }, +} |
