aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/tofu_ls.lua
blob: 7f8617fd56ea3e83a2fa48ef0ff65db98b085123 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- [OpenTofu Language Server](https://github.com/opentofu/tofu-ls)
---

---@type vim.lsp.Config
return {
  cmd = { 'tofu-ls', 'serve' },
  filetypes = { 'opentofu', 'opentofu-vars', 'terraform' },
  root_markers = { '.terraform', '.git' },
}