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