blob: d46affd586a43c073638ffe2ce9bf18491c81d88 (
plain)
| 1
2
3
4
5
 | require("lspconfig").terraformls.setup {
  cmd = { DATA_PATH .. "/lspinstall/terraform/terraform-ls", "serve" },
  on_attach = require("lsp").common_on_attach,
  filetypes = { "tf", "terraform", "hcl" },
}
 |