diff options
Diffstat (limited to 'lsp/terraform_lsp.lua')
| -rw-r--r-- | lsp/terraform_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/terraform_lsp.lua b/lsp/terraform_lsp.lua index 2a4e7145..384dafd5 100644 --- a/lsp/terraform_lsp.lua +++ b/lsp/terraform_lsp.lua @@ -27,6 +27,7 @@ --- - compatibility with a single particular Terraform (0.12.20 at time of writing) --- - configs designed for other 0.12 versions may work, but interpretation may be inaccurate --- - less stability (due to reliance on Terraform's own internal packages) +---@type vim.lsp.Config return { cmd = { 'terraform-lsp' }, filetypes = { 'terraform', 'hcl' }, |
