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

---@type vim.lsp.Config
return {
  cmd = { 'earthlyls' },
  filetypes = { 'earthfile' },
  root_markers = { 'Earthfile' },
}