summaryrefslogtreecommitdiff
path: root/nvim/lsp/earthlyls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/earthlyls.lua')
-rwxr-xr-xnvim/lsp/earthlyls.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/nvim/lsp/earthlyls.lua b/nvim/lsp/earthlyls.lua
deleted file mode 100755
index f62466f..0000000
--- a/nvim/lsp/earthlyls.lua
+++ /dev/null
@@ -1,11 +0,0 @@
----@brief
----
---- https://github.com/glehmann/earthlyls
----
---- A fast language server for earthly.
-
-return {
- cmd = { 'earthlyls' },
- filetypes = { 'earthfile' },
- root_markers = { 'Earthfile' },
-}