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