aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/earthlyls.lua
blob: 91101841f2127caab3e0ae511c1f67c0157d149f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
---https://github.com/glehmann/earthlyls
--
-- A fast language server for earthly.
return {
  cmd = { 'earthlyls' },
  filetypes = { 'earthfile' },
  root_markers = { 'Earthfile' },
}