diff options
Diffstat (limited to 'nvim/lsp/flux_lsp.lua')
| -rwxr-xr-x | nvim/lsp/flux_lsp.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/lsp/flux_lsp.lua b/nvim/lsp/flux_lsp.lua deleted file mode 100755 index 642eabf..0000000 --- a/nvim/lsp/flux_lsp.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@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' }, -} |
