dotfiles/.config/nvim/lsp/earthlyls.lua

13 lines
226 B
Lua
Raw Normal View History

---@brief
---
--- https://github.com/glehmann/earthlyls
---
--- A fast language server for earthly.
---@type vim.lsp.Config
return {
cmd = { 'earthlyls' },
filetypes = { 'earthfile' },
root_markers = { 'Earthfile' },
}