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' }, }