summaryrefslogtreecommitdiff
path: root/start/lspconfig-0.1.8/lua/lspconfig/server_configurations/earthlyls.lua
blob: 5b843eb18a220d11dd1c4fc38d0aa06cde39a40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
local util = require 'lspconfig/util'

return {
  default_config = {
    cmd = { 'earthlyls' },
    filetypes = { 'earthfile' },
    root_dir = util.root_pattern 'Earthfile',
  },
  docs = {
    description = [[
https://github.com/glehmann/earthlyls

A fast language server for earthly.
]],
  },
}