diff options
Diffstat (limited to 'lsp/tflint.lua')
| -rw-r--r-- | lsp/tflint.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lsp/tflint.lua b/lsp/tflint.lua index 0e2313b0..e5837992 100644 --- a/lsp/tflint.lua +++ b/lsp/tflint.lua @@ -1,9 +1,9 @@ ---@brief --- --- https://github.com/terraform-linters/tflint --- --- A pluggable Terraform linter that can act as lsp server. --- Installation instructions can be found in https://github.com/terraform-linters/tflint#installation. +--- https://github.com/terraform-linters/tflint +--- +--- A pluggable Terraform linter that can act as lsp server. +--- Installation instructions can be found in https://github.com/terraform-linters/tflint#installation. return { cmd = { 'tflint', '--langserver' }, filetypes = { 'terraform' }, |
