summaryrefslogtreecommitdiff
path: root/nvim/lsp/starlark_rust.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/starlark_rust.lua')
-rwxr-xr-xnvim/lsp/starlark_rust.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/nvim/lsp/starlark_rust.lua b/nvim/lsp/starlark_rust.lua
deleted file mode 100755
index 0954c98..0000000
--- a/nvim/lsp/starlark_rust.lua
+++ /dev/null
@@ -1,14 +0,0 @@
----@brief
----
---- https://github.com/facebookexperimental/starlark-rust/
---- The LSP part of `starlark-rust` is not currently documented,
---- but the implementation works well for linting.
---- This gives valuable warnings for potential issues in the code,
---- but does not support refactorings.
----
---- It can be installed with cargo: https://crates.io/crates/starlark
-return {
- cmd = { 'starlark', '--lsp' },
- filetypes = { 'star', 'bzl', 'BUILD.bazel' },
- root_markers = { '.git' },
-}