aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/earthlyls.lua
blob: f62466f841ae7b33b6e20118d31054878b18e0a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://github.com/glehmann/earthlyls
---
--- A fast language server for earthly.

return {
  cmd = { 'earthlyls' },
  filetypes = { 'earthfile' },
  root_markers = { 'Earthfile' },
}