diff options
Diffstat (limited to 'nvim/lsp/starpls.lua')
| -rwxr-xr-x | nvim/lsp/starpls.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lsp/starpls.lua b/nvim/lsp/starpls.lua deleted file mode 100755 index c73fae6..0000000 --- a/nvim/lsp/starpls.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@brief ---- ---- https://github.com/withered-magic/starpls ---- ---- `starpls` is an LSP implementation for Starlark. Installation instructions can be found in the project's README. -return { - cmd = { 'starpls' }, - filetypes = { 'bzl' }, - root_markers = { 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel' }, -} |
