blob: 5c01f66d803df19acf87f75a8afcfa800e82690c (
plain)
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' },
root_markers = { '.terraform', '.git' },
}
|